forked from qt-creator/qt-creator
QmlProfiler: Add test for attach dialog
Change-Id: I040ef23f780e361037386a92444fcf45aded7a3f Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user