forked from qt-creator/qt-creator
QmlProfiler: Remove dead code.
Change-Id: Ib44094740e93f1389c3caa07371866714a375f04 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
@@ -118,7 +118,6 @@ public:
|
||||
static QString nameForType(int typeNumber);
|
||||
|
||||
void getStatisticsInRange(qint64 rangeStart, qint64 rangeEnd);
|
||||
// int selectedEventId() const;
|
||||
QString selectedEventHash() const;
|
||||
|
||||
void setShowExtendedStatistics(bool);
|
||||
@@ -170,7 +169,6 @@ private:
|
||||
void rebuildTree(QmlProfilerEventParentsModelProxy::QmlEventRelativesMap eventMap);
|
||||
void updateHeader();
|
||||
QStandardItemModel *treeModel();
|
||||
// QmlProfilerModelManager *m_profilerModelManager;
|
||||
|
||||
class QmlProfilerEventParentsViewPrivate;
|
||||
QmlProfilerEventParentsViewPrivate *d;
|
||||
|
||||
Reference in New Issue
Block a user