summaryrefslogtreecommitdiff
path: root/src/entryLayout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entryLayout.h')
-rw-r--r--src/entryLayout.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/entryLayout.h b/src/entryLayout.h
index 1a4146b..df19a18 100644
--- a/src/entryLayout.h
+++ b/src/entryLayout.h
@@ -7,6 +7,7 @@
#include <QUrl>
#include "entry.h"
+#include "rule.h"
class EntryLayout : public QHBoxLayout {
Q_OBJECT
@@ -16,6 +17,9 @@ class EntryLayout : public QHBoxLayout {
EntryLayout(const Entry &e);
+ private:
+ QList<Rule *> loadRules();
+
private slots:
void showContextMenu();
void editEntry();