summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtwidgets/tst_qtwidgets.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtwidgets/tst_qtwidgets.cpp')
-rw-r--r--tests/auto/qtwidgets/tst_qtwidgets.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/auto/qtwidgets/tst_qtwidgets.cpp b/tests/auto/qtwidgets/tst_qtwidgets.cpp
index 22240d3bfa..0ccc0aa51b 100644
--- a/tests/auto/qtwidgets/tst_qtwidgets.cpp
+++ b/tests/auto/qtwidgets/tst_qtwidgets.cpp
@@ -47,15 +47,28 @@
#include "mainwindow.h"
+#include "../network-settings.h"
class tst_QtWidgets: public QObject
{
Q_OBJECT
+public:
+ tst_QtWidgets();
+ virtual ~tst_QtWidgets();
+
private slots:
void snapshot();
};
+tst_QtWidgets::tst_QtWidgets()
+{
+ Q_SET_DEFAULT_IAP
+}
+
+tst_QtWidgets::~tst_QtWidgets()
+{
+}
void tst_QtWidgets::snapshot()
{