summaryrefslogtreecommitdiff
path: root/src/linguist/linguist/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/linguist/linguist/mainwindow.h')
-rw-r--r--src/linguist/linguist/mainwindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/linguist/linguist/mainwindow.h b/src/linguist/linguist/mainwindow.h
index 63deaa329..b871b635e 100644
--- a/src/linguist/linguist/mainwindow.h
+++ b/src/linguist/linguist/mainwindow.h
@@ -150,7 +150,7 @@ private slots:
void prevUnfinished();
void nextUnfinished();
void findNext(const QString &text, DataModel::FindLocation where,
- bool matchCase, bool ignoreAccelerators, bool skipObsolete);
+ bool matchCase, bool ignoreAccelerators, bool skipObsolete, bool regularExp);
void revalidate();
void toggleStatistics();
void toggleVisualizeWhitespace();
@@ -225,6 +225,7 @@ private:
Qt::CaseSensitivity m_findMatchCase;
bool m_findIgnoreAccelerators;
bool m_findSkipObsolete;
+ bool m_findUseRegExp;
DataModel::FindLocation m_findWhere;
TranslateDialog *m_translateDialog;