summaryrefslogtreecommitdiffstats
path: root/objects/basetexteditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'objects/basetexteditor.h')
-rw-r--r--objects/basetexteditor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/objects/basetexteditor.h b/objects/basetexteditor.h
index 31fd7c8..f5101c4 100644
--- a/objects/basetexteditor.h
+++ b/objects/basetexteditor.h
@@ -123,6 +123,7 @@ public slots:
bool find(const QString& text, bool backward = false, bool caseSensitively = false, bool wholeWords = false);
bool findRegexp(const QString& regexp, bool backward = false, bool caseSensitively = false, bool wholeWords = false);
+ void indent();
private:
QTextDocument::FindFlags flags(bool backward, bool caseSensitively, bool wholeWords) const;