aboutsummaryrefslogtreecommitdiffstats
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index fedbc9d..162e6bf 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -30,7 +30,7 @@ public slots:
void set_search_text(const QString &text);
signals:
- void search_text_changed(const QString &text);
+ void search_text_changed(const QString &text, bool search_immediately = false);
private slots:
void on_actionOpen_triggered(bool checked);