aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Qt/tests/qlistconverter_test.cpp')
-rw-r--r--src/Qt/tests/qlistconverter_test.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/Qt/tests/qlistconverter_test.cpp b/src/Qt/tests/qlistconverter_test.cpp
new file mode 100644
index 0000000..622b84b
--- /dev/null
+++ b/src/Qt/tests/qlistconverter_test.cpp
@@ -0,0 +1,16 @@
+#include <QApplication>
+#include <QDebug>
+
+#include "../qportagesettings.h"
+
+void test() {
+ qDebug() <<
+}
+
+int main(int argc, char *argv[])
+{
+ QApplication app;
+
+
+ return app.exec();
+}