diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-14 07:06:50 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-14 07:06:50 +0800 |
commit | 054903284b0f4771df121bdc4615b2079b5a9042 (patch) | |
tree | 3a22bf03570e2467ba2a0c083e760432e72ddfb5 /tasklist.cxx | |
parent | db6374681a2bc35671fa0c25fc740888a869ccd4 (diff) |
Isolate ticket struct header inclusion from task list header
Diffstat (limited to 'tasklist.cxx')
-rw-r--r-- | tasklist.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tasklist.cxx b/tasklist.cxx index 863ae23..6bc7c4b 100644 --- a/tasklist.cxx +++ b/tasklist.cxx @@ -1,3 +1,4 @@ +#include "rtticket.h" #include "tasklist.hxx" int TaskList::rowCount(QModelIndex const& parent) const |