diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-01 18:30:25 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-01 18:30:25 +0200 |
commit | 57db4a7edbaa3b749ba44524d37fcc580b97fca5 (patch) | |
tree | 70fe6837e3aa1690054551181959893df382b67c /framework/src/domain/perioddayeventmodel.h | |
parent | 16d30e9be08785f9f1c9f2c0b840b8793596e89a (diff) | |
download | kube-57db4a7edbaa3b749ba44524d37fcc580b97fca5.tar.gz kube-57db4a7edbaa3b749ba44524d37fcc580b97fca5.zip |
Dimm past days and show a line at the current time
Diffstat (limited to 'framework/src/domain/perioddayeventmodel.h')
-rw-r--r-- | framework/src/domain/perioddayeventmodel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/src/domain/perioddayeventmodel.h b/framework/src/domain/perioddayeventmodel.h index 672afbea..a7d9cea8 100644 --- a/framework/src/domain/perioddayeventmodel.h +++ b/framework/src/domain/perioddayeventmodel.h | |||
@@ -91,6 +91,7 @@ public: | |||
91 | enum Roles | 91 | enum Roles |
92 | { | 92 | { |
93 | Events = Qt::UserRole + 1, | 93 | Events = Qt::UserRole + 1, |
94 | Date, | ||
94 | Summary, | 95 | Summary, |
95 | Description, | 96 | Description, |
96 | StartTime, | 97 | StartTime, |