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;
|
void onVisibleFeaturesChanged(quint64 features) override;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void contextMenuEvent(QContextMenuEvent *ev);
|
void contextMenuEvent(QContextMenuEvent *ev) override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
QModelIndex selectedModelIndex() const;
|
QModelIndex selectedModelIndex() const;
|
||||||
|
|||||||
Reference in New Issue
Block a user