aboutsummaryrefslogtreecommitdiffstats
path: root/src/ruleparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ruleparser.h')
-rw-r--r--src/ruleparser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ruleparser.h b/src/ruleparser.h
index 95a508f..9fe793f 100644
--- a/src/ruleparser.h
+++ b/src/ruleparser.h
@@ -21,6 +21,7 @@
#include <QList>
#include <QRegExp>
#include <QString>
+#include <QStringList>
class Rules
{
@@ -69,6 +70,7 @@ public:
QList<Match> matchRules();
void load();
+ QStringList readRules(const QString &filename) const;
private:
QString filename;