[packagechooser] Use GUI for tests

- Because we'll be creating Pixmaps, we need to have a GUI main.
This commit is contained in:
Adriaan de Groot 2019-08-06 15:19:20 +02:00
parent 6821b14d00
commit 431c4de77f

View File

@ -24,7 +24,7 @@
#include <QtTest/QtTest> #include <QtTest/QtTest>
QTEST_GUILESS_MAIN( PackageChooserTests ) QTEST_MAIN( PackageChooserTests )
PackageChooserTests::PackageChooserTests() {} PackageChooserTests::PackageChooserTests() {}