Make it possible to react on close button of info bar, and use it for

Qt Quick Designer.
This commit is contained in:
con
2010-03-31 16:21:12 +02:00
parent 811da6e31a
commit 609163c13c
6 changed files with 38 additions and 23 deletions

View File

@@ -60,6 +60,7 @@ public:
private slots:
void activateQmlDesigner();
void neverAskAgainAboutQmlDesigner();
void updateEditorInfoBar(Core::IEditor *editor);
private: