tests: fix tests to run without x server

This commit is contained in:
Peinthor Rene
2014-09-18 08:01:04 +02:00
parent e2ae5b4b64
commit 98ab683662
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#include <QTemporaryFile>
#include <QtTest/QTest>
#include <QApplication>
#include <QCoreApplication>
#include <QTextStream>
#include "csvparser.h"

View File

@@ -13,7 +13,7 @@ public:
~TestImport();
private:
QApplication* app;
QCoreApplication* app;
private slots:
void csvImport();