Rename method to match signal name

Signal is called contentsChangedBecauseOfUndo
This commit is contained in:
Thorbjørn Lindeijer
2010-04-08 12:30:38 +02:00
parent 6a68be6c09
commit cba9730802
2 changed files with 3 additions and 3 deletions

View File

@@ -459,7 +459,7 @@ private slots:
void highlightSearchResults(const QString &txt, Find::IFindSupport::FindFlags findFlags);
void setFindScope(const QTextCursor &);
void currentEditorChanged(Core::IEditor *editor);
void maybeEmitTextChangedBecauseOfUndo();
void maybeEmitContentsChangedBecauseOfUndo();
private:
Internal::BaseTextEditorPrivate *d;