diff options
author | Robert Griebl <robert.griebl@nokia.com> | 2010-06-23 10:15:36 (GMT) |
---|---|---|
committer | Kai Koehne <kai.koehne@nokia.com> | 2010-06-25 06:41:15 (GMT) |
commit | 7294f46ec0c5ea07e438c45a069a618ceb6e17a9 (patch) | |
tree | 8349df66066d46d783ce9d16a21ee6a29628fea6 /tools/qml/qmlruntime.cpp | |
parent | 156cabe79a64ffca8d6e1a2df99f35b413a48a39 (diff) | |
download | Qt-7294f46ec0c5ea07e438c45a069a618ceb6e17a9.zip Qt-7294f46ec0c5ea07e438c45a069a618ceb6e17a9.tar.gz Qt-7294f46ec0c5ea07e438c45a069a618ceb6e17a9.tar.bz2 |
forgot to cleanup the code a bit after adding Maemo5 support
Diffstat (limited to 'tools/qml/qmlruntime.cpp')
-rw-r--r-- | tools/qml/qmlruntime.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/qml/qmlruntime.cpp b/tools/qml/qmlruntime.cpp index 090ca2a..3a8af60 100644 --- a/tools/qml/qmlruntime.cpp +++ b/tools/qml/qmlruntime.cpp @@ -254,9 +254,9 @@ public: sizeWidth->setValue(s.width()); sizeHeight->setValue(s.height()); } -#endif +#endif } - + void showffmpegOptions(bool b) { #ifdef Q_WS_MAEMO_5 @@ -268,7 +268,7 @@ public: ffmpegOptions->setVisible(b); #endif } - + void showRateOptions(bool b) { #ifdef Q_WS_MAEMO_5 @@ -297,7 +297,7 @@ public: idx = 6; else idx = 7; - rateCombo->setCurrentIndex(idx); + rateCombo->setCurrentIndex(idx); #else if (rate == 24) hz24->setChecked(true); |