summaryrefslogtreecommitdiff
path: root/src/entryLayout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entryLayout.h')
-rw-r--r--src/entryLayout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entryLayout.h b/src/entryLayout.h
index df19a18..c38a51b 100644
--- a/src/entryLayout.h
+++ b/src/entryLayout.h
@@ -18,7 +18,7 @@ class EntryLayout : public QHBoxLayout {
EntryLayout(const Entry &e);
private:
- QList<Rule *> loadRules();
+ QList<Rule> loadRules();
private slots:
void showContextMenu();