forked from qt-creator/qt-creator
		
	Move flame graph view from QmlProfiler to separate library
We want to use it for other profilers, too. Change-Id: Ice4bd7fdfce6e0153d62a7c9a83dc7de6d5cba30 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
		@@ -32,7 +32,6 @@
 | 
			
		||||
#ifdef WITH_TESTS
 | 
			
		||||
 | 
			
		||||
#include "tests/debugmessagesmodel_test.h"
 | 
			
		||||
#include "tests/flamegraph_test.h"
 | 
			
		||||
#include "tests/flamegraphmodel_test.h"
 | 
			
		||||
#include "tests/flamegraphview_test.h"
 | 
			
		||||
#include "tests/inputeventsmodel_test.h"
 | 
			
		||||
@@ -102,7 +101,6 @@ QList<QObject *> QmlProfiler::Internal::QmlProfilerPlugin::createTestObjects() c
 | 
			
		||||
    QList<QObject *> tests;
 | 
			
		||||
#ifdef WITH_TESTS
 | 
			
		||||
    tests << new DebugMessagesModelTest;
 | 
			
		||||
    tests << new FlameGraphTest;
 | 
			
		||||
    tests << new FlameGraphModelTest;
 | 
			
		||||
    tests << new FlameGraphViewTest;
 | 
			
		||||
    tests << new InputEventsModelTest;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user