summaryrefslogtreecommitdiffstats
path: root/tools/qml/qmlruntime.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qml/qmlruntime.cpp')
-rw-r--r--tools/qml/qmlruntime.cpp8
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);