forked from qt-creator/qt-creator
		
	Fixes: - Remove unused tool bar container, and unnecessary enum
Details: - I'm still not too happy with the whole construction but anyway. The ToolBarActionContainer was never really used anymore (e.g. you couldn't create one)
This commit is contained in:
		| @@ -128,8 +128,6 @@ public: | ||||
|  | ||||
|     void updateContext(); | ||||
|  | ||||
|     QMenu *createPopupMenu(); | ||||
|  | ||||
|     void setSuppressNavigationWidget(bool suppress); | ||||
|  | ||||
| signals: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user