summaryrefslogtreecommitdiffstats
path: root/tests/manual/cmake/pass(needsquoting)6/mywidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/cmake/pass(needsquoting)6/mywidget.cpp')
-rw-r--r--tests/manual/cmake/pass(needsquoting)6/mywidget.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/manual/cmake/pass(needsquoting)6/mywidget.cpp b/tests/manual/cmake/pass(needsquoting)6/mywidget.cpp
index d1b2669980..7f8923810d 100644
--- a/tests/manual/cmake/pass(needsquoting)6/mywidget.cpp
+++ b/tests/manual/cmake/pass(needsquoting)6/mywidget.cpp
@@ -50,6 +50,7 @@ MyWidget::MyWidget(QWidget *parent)
int main(int argc, char **argv)
{
+ QApplication app(argc, argv);
MyWidget myWidget;
return 0;
}