summaryrefslogtreecommitdiffstats
path: root/tests/bttestui/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bttestui/main.cpp')
-rw-r--r--tests/bttestui/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bttestui/main.cpp b/tests/bttestui/main.cpp
index 857efa90..35f95b6e 100644
--- a/tests/bttestui/main.cpp
+++ b/tests/bttestui/main.cpp
@@ -50,5 +50,5 @@ int main(int argc, char *argv[])
QObject::connect(view.engine(), SIGNAL(quit()), qApp, SLOT(quit()));
view.show();
- return app.exec();
+ return QGuiApplication::exec();
}