forked from qt-creator/qt-creator
QmlProfiler: Fix warning during build
Change-Id: Ibfb33a67ee431159bdbe132ecd5cdce95cf6add8 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user