summaryrefslogtreecommitdiffstats
path: root/examples/gui
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gui')
-rw-r--r--examples/gui/analogclock/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gui/analogclock/main.cpp b/examples/gui/analogclock/main.cpp
index e33aba83fd..1e10fcd07b 100644
--- a/examples/gui/analogclock/main.cpp
+++ b/examples/gui/analogclock/main.cpp
@@ -156,5 +156,5 @@ int main(int argc, char **argv)
AnalogClockWindow clock;
clock.show();
- app.exec();
+ return app.exec();
}