forked from qt-creator/qt-creator
QmlDesigner: Avoid auto context menu on toolbar
Task-number: QDS-13021 Change-Id: Ife5831b907565964499433e974b9b152f5e1537a Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
committed by
Henning Gründl
parent
3d4fd85648
commit
705f206e81
@@ -15,6 +15,8 @@ class QTCREATOR_UTILS_EXPORT AppMainWindow : public QMainWindow
|
|||||||
public:
|
public:
|
||||||
AppMainWindow();
|
AppMainWindow();
|
||||||
|
|
||||||
|
QMenu *createPopupMenu() override { return nullptr; }
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
void raiseWindow();
|
void raiseWindow();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user