ProjectExplorer: Don't show context menu when it makes no sense

Task-number: QTCREATORBUG-17152
Change-Id: Ic67386bdfd6d6d79e8a15bc6394a22cb46305335
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
hjk
2016-11-11 15:46:27 +01:00
parent 745fc30277
commit 757153fce5
2 changed files with 3 additions and 10 deletions

View File

@@ -56,7 +56,6 @@ public:
ProjectWindow();
private:
void contextMenuEvent(QContextMenuEvent *event) override;
void setPanel(QWidget *panel);
};