QmlProfiler: Consistently apply the d-pointer pattern to all models

Change-Id: I338291ee94f0301039c2b2e04b6c37fff66a2995
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
Ulf Hermann
2014-02-18 18:25:57 +01:00
parent fdb5624f34
commit 461e677b89
8 changed files with 168 additions and 53 deletions

View File

@@ -70,7 +70,8 @@ protected slots:
void detailsChanged(int requestId, const QString &newString);
private:
QVector<QmlEventData> m_eventList;
class QmlProfilerDataModelPrivate;
Q_DECLARE_PRIVATE(QmlProfilerDataModel)
};
}