forked from qt-creator/qt-creator
Ensure the document is updated before invoking a quickfix.
This commit is contained in:
@@ -573,8 +573,8 @@ protected slots:
|
||||
signals:
|
||||
void requestFontSize(int pointSize);
|
||||
void requestBlockUpdate(const QTextBlock &);
|
||||
void requestAutoCompletion(ITextEditable *editor, bool forced);
|
||||
void requestQuickFix(ITextEditable *editor);
|
||||
void requestAutoCompletion(TextEditor::ITextEditable *editor, bool forced);
|
||||
void requestQuickFix(TextEditor::ITextEditable *editor);
|
||||
|
||||
private:
|
||||
void indentOrUnindent(bool doIndent);
|
||||
|
||||
Reference in New Issue
Block a user