From c34930425fadfc4083067b9306159cd8e8ecf6c6 Mon Sep 17 00:00:00 2001 From: Louie S Date: Tue, 23 Jul 2024 20:37:48 -0400 Subject: Rearrange source file locations --- src/entryLayout.h | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 src/entryLayout.h (limited to 'src/entryLayout.h') 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 -#include -#include -#include - -#include "entry.h" -#include "rule.h" - -class EntryLayout : public QHBoxLayout { - Q_OBJECT - - public: - Entry entry; - - EntryLayout(const Entry &e); - - private: - QList loadRules(); - - private slots: - void showContextMenu(); - void editEntry(); - void setRules(); - void toggleDone(); - void cloneEntry(); - void removeEntry(); -}; - -#endif -- cgit