forked from qt-creator/qt-creator
Fix some include statements.
In several places, it says '#include "..."' for headers from different libraries/plugins. Change-Id: I96cd74fef9b30163adefe3e1720e0847bed9553a Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -30,11 +30,13 @@
|
||||
#ifndef QMLPROFILERMODELMANAGER_H
|
||||
#define QMLPROFILERMODELMANAGER_H
|
||||
|
||||
#include <QObject>
|
||||
#include "qmlprofiler_global.h"
|
||||
#include "qmldebug/qmlprofilereventlocation.h"
|
||||
|
||||
#include <qmldebug/qmlprofilereventlocation.h>
|
||||
#include <utils/fileinprojectfinder.h>
|
||||
|
||||
#include <QObject>
|
||||
|
||||
namespace QmlProfiler {
|
||||
class QmlProfilerSimpleModel;
|
||||
class QmlProfilerModelManager;
|
||||
|
||||
Reference in New Issue
Block a user