forked from qt-creator/qt-creator
QmlProfiler: Remove references to QmlProfilerDataModel
We keep it private to QmlProfilerModelManager and proxy the last few methods that were directly called on the model. This enables us to remove the QmlProfilerDataModel class by integrating what is left of it into QmlProfilerModelManagerPrivate in a next step. Change-Id: Ie9b4e03fb286e5a0040374d00b7b26f810426278 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include "qmlprofilernotesmodel.h"
|
||||
#include "qmlprofilerdatamodel.h"
|
||||
|
||||
#include <utils/algorithm.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user