author | eilers <eilers> | 2003-09-01 12:22:09 (UTC) |
---|---|---|
committer | eilers <eilers> | 2003-09-01 12:22:09 (UTC) |
commit | 68a308e1166ec4462dea188c3141c7f884f5d6b5 (patch) (side-by-side diff) | |
tree | c999c2b0af1f5f2339582c9609d1cb9168d08bcf /library/qpeapplication.cpp | |
parent | 45a479040238764f97eed267c74aed6cf27eece8 (diff) | |
download | opie-68a308e1166ec4462dea188c3141c7f884f5d6b5.zip opie-68a308e1166ec4462dea188c3141c7f884f5d6b5.tar.gz opie-68a308e1166ec4462dea188c3141c7f884f5d6b5.tar.bz2 |
Fix to compile..
-rw-r--r-- | library/qpeapplication.cpp | 4 |
1 files changed, 2 insertions, 2 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(); |