QmlProfiler: Add test for attach dialog

Change-Id: I040ef23f780e361037386a92444fcf45aded7a3f
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Ulf Hermann
2016-07-12 16:46:03 +02:00
parent 6361152de2
commit 468521b062
5 changed files with 116 additions and 2 deletions

View File

@@ -43,6 +43,7 @@
#include "tests/qmleventtype_test.h"
#include "tests/qmlnote_test.h"
#include "tests/qmlprofileranimationsmodel_test.h"
#include "tests/qmlprofilerattachdialog_test.h"
#endif
#include <extensionsystem/pluginmanager.h>
@@ -103,6 +104,7 @@ QList<QObject *> QmlProfiler::Internal::QmlProfilerPlugin::createTestObjects() c
tests << new QmlEventTypeTest;
tests << new QmlNoteTest;
tests << new QmlProfilerAnimationsModelTest;
tests << new QmlProfilerAttachDialogTest;
#endif
return tests;
}