summaryrefslogtreecommitdiff
path: root/ui/qt/syntax_line_edit.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/syntax_line_edit.h')
-rw-r--r--ui/qt/syntax_line_edit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/qt/syntax_line_edit.h b/ui/qt/syntax_line_edit.h
index 585e3b59bb..c161b5fabf 100644
--- a/ui/qt/syntax_line_edit.h
+++ b/ui/qt/syntax_line_edit.h
@@ -51,6 +51,8 @@ public:
public slots:
void setStyleSheet(const QString &style_sheet);
+ // Insert filter text at the current position, adding spaces where needed.
+ void insertFilter(const QString &filter);
// Built-in syntax checks. Connect textChanged to these as needed.
void checkDisplayFilter(QString filter);