summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/basetexteditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/texteditor/basetexteditor.h')
-rw-r--r--src/plugins/texteditor/basetexteditor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/texteditor/basetexteditor.h b/src/plugins/texteditor/basetexteditor.h
index 0fe282b03b..877f4cbdcb 100644
--- a/src/plugins/texteditor/basetexteditor.h
+++ b/src/plugins/texteditor/basetexteditor.h
@@ -64,7 +64,7 @@ typedef QList<RefactorMarker> RefactorMarkers;
namespace Internal {
class BaseTextEditorWidgetPrivate;
class TextEditorOverlay;
- typedef QString (QString::*TransformationMethod)() const;
+ typedef QString (TransformationMethod)(const QString &);
}
class ITextMarkable;