diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-01-30 16:39:05 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-01-30 16:39:05 +0100 |
commit | 28e67be84c418cb661e7c32f2326d0e665320a1e (patch) | |
tree | d2a39540fd4d8aebaec9489ce1e3ebc1c70c7ecc /examples | |
parent | 74d357f533b49b0d1eeb72606303cfd8a16fb20e (diff) | |
download | sink-28e67be84c418cb661e7c32f2326d0e665320a1e.tar.gz sink-28e67be84c418cb661e7c32f2326d0e665320a1e.zip |
One central place to generate uids
Diffstat (limited to 'examples')
-rw-r--r-- | examples/dummyresource/resourcefactory.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/dummyresource/resourcefactory.cpp b/examples/dummyresource/resourcefactory.cpp index f3c8be2..275371d 100644 --- a/examples/dummyresource/resourcefactory.cpp +++ b/examples/dummyresource/resourcefactory.cpp | |||
@@ -35,7 +35,6 @@ | |||
35 | #include "mailpreprocessor.h" | 35 | #include "mailpreprocessor.h" |
36 | #include "specialpurposepreprocessor.h" | 36 | #include "specialpurposepreprocessor.h" |
37 | #include <QDate> | 37 | #include <QDate> |
38 | #include <QUuid> | ||
39 | 38 | ||
40 | //This is the resources entity type, and not the domain type | 39 | //This is the resources entity type, and not the domain type |
41 | #define ENTITY_TYPE_EVENT "event" | 40 | #define ENTITY_TYPE_EVENT "event" |