diff options
Diffstat (limited to 'src/entryLayout.h')
-rw-r--r-- | src/entryLayout.h | 2 |
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(); |