QmlProfiler: Show notes in events view

Change-Id: I21542128c4cc9b7a31f7b834defbdf1dd15cd37a
Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
This commit is contained in:
Ulf Hermann
2014-09-26 18:25:39 +02:00
parent bb517a645e
commit 9331565e6e
4 changed files with 85 additions and 13 deletions

View File

@@ -139,6 +139,7 @@ public slots:
void selectType(int typeIndex);
void selectByLocation(const QString &filename, int line, int column);
void buildModel();
void updateNotes(int typeIndex);
private slots:
void profilerDataModelStateChanged();