author | simon <simon> | 2003-03-26 10:02:13 (UTC) |
---|---|---|
committer | simon <simon> | 2003-03-26 10:02:13 (UTC) |
commit | ff08ba81efbc0e2dcb3907f576ff4f078f2b7438 (patch) (unidiff) | |
tree | 645738d443f9eb5220b1ca1d2e922572aeec8e17 /library/qpeapplication.cpp | |
parent | b7a2238dad7f8f44c3354168d8e2685705616c78 (diff) | |
download | opie-ff08ba81efbc0e2dcb3907f576ff4f078f2b7438.zip opie-ff08ba81efbc0e2dcb3907f576ff4f078f2b7438.tar.gz opie-ff08ba81efbc0e2dcb3907f576ff4f078f2b7438.tar.bz2 |
- Kommando zurueck :)
-rw-r--r-- | library/qpeapplication.cpp | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/library/qpeapplication.cpp b/library/qpeapplication.cpp index f5bf0c5..7463074 100644 --- a/library/qpeapplication.cpp +++ b/library/qpeapplication.cpp | |||
@@ -1066,13 +1066,11 @@ void QPEApplication::systemMessage( const QCString& msg, const QByteArray& data | |||
1066 | setDefaultRotation( r ); | 1066 | setDefaultRotation( r ); |
1067 | } | 1067 | } |
1068 | } | 1068 | } |
1069 | else if ( msg == "setCurrentRotation(int)" ) { | 1069 | else if ( msg == "setCurrentRotation(int)" ) { |
1070 | if ( type() == GuiServer ) { | 1070 | int r; |
1071 | int r; | 1071 | stream >> r; |
1072 | stream >> r; | 1072 | setCurrentRotation( r ); |
1073 | setCurrentRotation( r ); | ||
1074 | } | ||
1075 | } | 1073 | } |
1076 | else if ( msg == "shutdown()" ) { | 1074 | else if ( msg == "shutdown()" ) { |
1077 | if ( type() == GuiServer ) | 1075 | if ( type() == GuiServer ) |
1078 | shutdown(); | 1076 | shutdown(); |