summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/windowsmobile/testQMenuBar/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/other/windowsmobile/testQMenuBar/main.cpp')
-rw-r--r--tests/auto/other/windowsmobile/testQMenuBar/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/other/windowsmobile/testQMenuBar/main.cpp b/tests/auto/other/windowsmobile/testQMenuBar/main.cpp
index 64f87dc080..a96966a451 100644
--- a/tests/auto/other/windowsmobile/testQMenuBar/main.cpp
+++ b/tests/auto/other/windowsmobile/testQMenuBar/main.cpp
@@ -89,7 +89,7 @@ int main(int argc, char * argv[])
optionsMenu->addMenu("Settings");
optionsMenu->addMenu("Standard");
optionsMenu->addMenu("Extended");
-
+
QMenu *subMenu = helpMenu->addMenu("Help");
subMenu->addAction("Index");
subMenu->addSeparator();