diff options
Diffstat (limited to 'src/entryLayout.h')
-rw-r--r-- | src/entryLayout.h | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/src/entryLayout.h b/src/entryLayout.h deleted file mode 100644 index 54e523f..0000000 --- a/src/entryLayout.h +++ /dev/null @@ -1,32 +0,0 @@ -#ifndef ENTRYLAYOUT_H -#define ENTRYLAYOUT_H - -#include <QDateTime> -#include <QHBoxLayout> -#include <QString> -#include <QUrl> - -#include "entry.h" -#include "rule.h" - -class EntryLayout : public QHBoxLayout { - Q_OBJECT - - public: - Entry entry; - - EntryLayout(const Entry &e); - - private: - QList<Rule> loadRules(); - - private slots: - void showContextMenu(); - void editEntry(); - void setRules(); - void toggleDone(); - void cloneEntry(); - void removeEntry(); -}; - -#endif |