From 35625ac739a9e070ceff4714328a91bb00b1f8a9 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Sun, 18 Jul 2004 15:06:35 +0000 Subject: yet another compat guard for functions added in recent qte releases --- (limited to 'library/qpeapplication.cpp') diff --git a/library/qpeapplication.cpp b/library/qpeapplication.cpp index 3b6a987..59ca61b 100644 --- a/library/qpeapplication.cpp +++ b/library/qpeapplication.cpp @@ -1284,12 +1284,16 @@ void QPEApplication::setDefaultRotation( int r ) #include #include +#if QT_VERSION > 236 extern void qws_clearLoadedFonts(); +#endif void QPEApplication::setCurrentMode( int x, int y, int depth ) { // Reset the caches +#if QT_VERSION > 236 qws_clearLoadedFonts(); +#endif QPixmapCache::clear(); // Change the screen mode -- cgit v0.9.0.2