forked from qt-creator/qt-creator
QmlJSEditor: Fix crash when triggering context menu
Regression introduced with 3da9c89981.
Change-Id: Ia0ede1b46b7bc8cbce8b55335b3a548e7f8d384d
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
namespace Utils { class JsonSchemaManager; }
|
||||
|
||||
namespace QmlJSEditor {
|
||||
class QuickToolBar;
|
||||
namespace Internal {
|
||||
|
||||
class QmlJSQuickFixAssistProvider;
|
||||
@@ -45,6 +46,7 @@ public:
|
||||
|
||||
static QmlJSQuickFixAssistProvider *quickFixAssistProvider();
|
||||
static Utils::JsonSchemaManager *jsonManager();
|
||||
static QuickToolBar *quickToolBar();
|
||||
|
||||
private:
|
||||
bool initialize(const QStringList &arguments, QString *errorMessage) final;
|
||||
|
||||
Reference in New Issue
Block a user