Rework "qt5 demo: add example of unit testing using QtTest"

This commit is contained in:
Thomas Nagy 2019-06-06 16:45:24 +02:00
parent 82afd0a0e4
commit 9df72c7898
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
#include "foo.h"
#include <QtTest/QtTest>
#include <qtest_widgets.h>
class TestQt5Test: public QObject {
Q_OBJECT