forked from qt-creator/qt-creator
Rename method to match signal name
Signal is called contentsChangedBecauseOfUndo
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user