forked from qt-creator/qt-creator
Wizards: add basic tests
Change-Id: I647227d458540b0271070cc56106165058929d29 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -42,6 +42,10 @@
|
||||
#include <QMessageBox>
|
||||
#include <QVariant>
|
||||
|
||||
#ifdef WITH_TESTS
|
||||
#include "jsonwizard_test.cpp"
|
||||
#endif
|
||||
|
||||
namespace ProjectExplorer {
|
||||
|
||||
JsonWizard::JsonWizard(QWidget *parent) : Utils::Wizard(parent)
|
||||
|
||||
Reference in New Issue
Block a user