aboutsummaryrefslogtreecommitdiffstats
path: root/src/ruleparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ruleparser.h')
-rw-r--r--src/ruleparser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ruleparser.h b/src/ruleparser.h
index 5d05d1c..c0fc689 100644
--- a/src/ruleparser.h
+++ b/src/ruleparser.h
@@ -84,9 +84,10 @@ public:
const QList<Match> matchRules() const;
void load();
- QStringList readRules(const QString &filename) const;
private:
+ void load(const QString &filename);
+
QString filename;
QList<Repository> m_repositories;
QList<Match> m_matchRules;