QmlProfiler: Fix warning during build

Change-Id: Ibfb33a67ee431159bdbe132ecd5cdce95cf6add8
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2016-01-19 16:24:21 +01:00
parent 261c54c4a2
commit dc8a12780f

View File

@@ -93,7 +93,7 @@ public slots:
void onVisibleFeaturesChanged(quint64 features) override;
protected:
void contextMenuEvent(QContextMenuEvent *ev);
void contextMenuEvent(QContextMenuEvent *ev) override;
private:
QModelIndex selectedModelIndex() const;