forked from qt-creator/qt-creator
Make completion box hide on an editor undo operation
This commit is contained in:
@@ -459,6 +459,7 @@ private slots:
|
||||
void highlightSearchResults(const QString &txt, Find::IFindSupport::FindFlags findFlags);
|
||||
void setFindScope(const QTextCursor &);
|
||||
void currentEditorChanged(Core::IEditor *editor);
|
||||
void maybeEmitTextChangedBecauseOfUndo();
|
||||
|
||||
private:
|
||||
Internal::BaseTextEditorPrivate *d;
|
||||
|
||||
Reference in New Issue
Block a user