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/rule.cpp | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/rule.cpp (limited to 'src/rule.cpp') diff --git a/src/rule.cpp b/src/rule.cpp deleted file mode 100644 index 85da13a..0000000 --- a/src/rule.cpp +++ /dev/null @@ -1,15 +0,0 @@ -#include - -#include "rule.h" - -Rule::Rule(int id, int entry_id, When when, QDateTime date, QString color, QString highlight) : - id(id), - entry_id(entry_id), - when(when), - date(date), - color(color), - highlight(highlight) -{ -} - -QList Rule::rules; -- cgit