Make completion box hide on an editor undo operation

This commit is contained in:
mae
2010-03-29 14:20:12 +02:00
parent 1699ec54c9
commit 17579bb97f
4 changed files with 19 additions and 2 deletions

View File

@@ -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;