-rw-r--r-- | library/qpeapplication.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/library/qpeapplication.cpp b/library/qpeapplication.cpp index 3b6a987..59ca61b 100644 --- a/library/qpeapplication.cpp +++ b/library/qpeapplication.cpp @@ -1286,3 +1286,5 @@ void QPEApplication::setDefaultRotation( int r ) +#if QT_VERSION > 236 extern void qws_clearLoadedFonts(); +#endif @@ -1291,3 +1293,5 @@ void QPEApplication::setCurrentMode( int x, int y, int depth ) // Reset the caches +#if QT_VERSION > 236 qws_clearLoadedFonts(); +#endif QPixmapCache::clear(); |