summaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2013-04-29 16:50:05 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2013-04-29 16:50:05 +0200
commit75142b15b96805d458aab77c1f40e97cdb7192b1 (patch)
treed5d05e8a33df5c63a2982806173d469e48d97252 /example
parent660374e8ddfe2795f718642fc5e5f9b18d148488 (diff)
Messing around some more
Diffstat (limited to 'example')
-rw-r--r--example/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/main.cpp b/example/main.cpp
index 3815848c1..bb932d959 100644
--- a/example/main.cpp
+++ b/example/main.cpp
@@ -8,7 +8,7 @@ int main(int argc, char **argv)
QGuiApplication app(argc, argv);
BlinqPage page(argc, argv);
- page.window()->show();
+// page.window()->show();
return app.exec();
}