aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/indenter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/texteditor/indenter.h')
-rw-r--r--src/plugins/texteditor/indenter.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/plugins/texteditor/indenter.h b/src/plugins/texteditor/indenter.h
index 2907ea783c..8a663be903 100644
--- a/src/plugins/texteditor/indenter.h
+++ b/src/plugins/texteditor/indenter.h
@@ -91,11 +91,10 @@ public:
}
// By default just calls indent with default settings.
- virtual Replacements format(const QTextCursor &cursor,
- const TabSettings &tabSettings,
- int cursorPositionInEditor = -1)
+ virtual Replacements format(const QTextCursor &/*cursor*/,
+ const TabSettings &/*tabSettings*/,
+ int /*cursorPositionInEditor*/ = -1)
{
- indent(cursor, QChar::Null, tabSettings, cursorPositionInEditor);
return Replacements();
}