QmlProfiler: Remove dead code.

Change-Id: Ib44094740e93f1389c3caa07371866714a375f04
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
Ulf Hermann
2014-02-17 16:13:04 +01:00
parent d809037302
commit 19652d7b84
9 changed files with 0 additions and 40 deletions

View File

@@ -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;