summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/opengl/paintedwindow/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/opengl/paintedwindow/main.cpp b/examples/opengl/paintedwindow/main.cpp
index 270b0b162a..b0c0060338 100644
--- a/examples/opengl/paintedwindow/main.cpp
+++ b/examples/opengl/paintedwindow/main.cpp
@@ -50,6 +50,6 @@ int main(int argc, char **argv)
PaintedWindow window;
window.show();
- app.exec();
+ return app.exec();
}