-rw-r--r-- | library/qpeapplication.cpp | 4 | ||||
-rw-r--r-- | library/qpeapplication.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/library/qpeapplication.cpp b/library/qpeapplication.cpp index 71ec5b3..bf353d4 100644 --- a/library/qpeapplication.cpp +++ b/library/qpeapplication.cpp @@ -1074,5 +1074,5 @@ void QPEApplication::setDefaultRotation( int r ) extern void qws_clearLoadedFonts(); -inline void QPEApplication::setCurrentMode( int x, int y, int depth ) +void QPEApplication::setCurrentMode( int x, int y, int depth ) { // Reset the caches @@ -1093,5 +1093,5 @@ inline void QPEApplication::setCurrentMode( int x, int y, int depth ) } -inline void QPEApplication::reset() { +void QPEApplication::reset() { // Reconnect to the screen qt_screen->disconnect(); diff --git a/library/qpeapplication.h b/library/qpeapplication.h index 42810e8..69e0058 100644 --- a/library/qpeapplication.h +++ b/library/qpeapplication.h @@ -117,5 +117,5 @@ private slots: private: - inline QWidget *nextWidget( QWidgetList*, QWidget* ); + QWidget *nextWidget( QWidgetList*, QWidget* ); protected: |