aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/qmlprofilerextension/inputeventsmodel.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@digia.com>2014-08-29 17:12:11 +0200
committerUlf Hermann <ulf.hermann@digia.com>2014-09-29 14:07:05 +0300
commit009b1bd437e7bd6ed454d9a00046a0afe1127316 (patch)
tree71fe96f78cbe51322f9553942a4afde75588a00d /plugins/qmlprofilerextension/inputeventsmodel.h
parentb429a98f151ad45fc779e2bba971f2d3a5545058 (diff)
Rename eventId to typeId and selectionId
Change-Id: Id28186a5e24c9b0f6f89142ba4c35d1a5a462852 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Diffstat (limited to 'plugins/qmlprofilerextension/inputeventsmodel.h')
-rw-r--r--plugins/qmlprofilerextension/inputeventsmodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/qmlprofilerextension/inputeventsmodel.h b/plugins/qmlprofilerextension/inputeventsmodel.h
index 2cd77ada63..3b6314d988 100644
--- a/plugins/qmlprofilerextension/inputeventsmodel.h
+++ b/plugins/qmlprofilerextension/inputeventsmodel.h
@@ -35,7 +35,7 @@ public:
quint64 features() const;
int rowCount() const {return 0;}
- int eventId(int) const {return -1;}
+ int selectionId(int) const {return -1;}
QColor color(int) const {return QColor();}
QVariantList labels() const {return QVariantList();}
QVariantMap details(int) const {return QVariantMap();}