diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-11-19 17:37:39 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-11-19 17:37:39 +0100 |
commit | 8d5684292ef92f32487ba32df716a00c4a0841b5 (patch) | |
tree | 1af55d3216f79175a55c1890d75cef2ae1f041d0 /examples/dummyresource/dummystore.h | |
parent | ef205affdb73bfdbef5830996e6336e583660fbc (diff) | |
download | sink-8d5684292ef92f32487ba32df716a00c4a0841b5.tar.gz sink-8d5684292ef92f32487ba32df716a00c4a0841b5.zip |
Loading data with the new model for the test client
Diffstat (limited to 'examples/dummyresource/dummystore.h')
-rw-r--r-- | examples/dummyresource/dummystore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dummyresource/dummystore.h b/examples/dummyresource/dummystore.h index 4ecd5ea..c730118 100644 --- a/examples/dummyresource/dummystore.h +++ b/examples/dummyresource/dummystore.h | |||
@@ -23,7 +23,6 @@ | |||
23 | class DummyStore | 23 | class DummyStore |
24 | { | 24 | { |
25 | public: | 25 | public: |
26 | //TODO proper singleton | ||
27 | static DummyStore &instance() | 26 | static DummyStore &instance() |
28 | { | 27 | { |
29 | static DummyStore instance; | 28 | static DummyStore instance; |
@@ -32,4 +31,5 @@ public: | |||
32 | 31 | ||
33 | QMap<QString, QMap<QString, QVariant> > events() const; | 32 | QMap<QString, QMap<QString, QVariant> > events() const; |
34 | QMap<QString, QMap<QString, QVariant> > mails() const; | 33 | QMap<QString, QMap<QString, QVariant> > mails() const; |
34 | QMap<QString, QMap<QString, QVariant> > folders() const; | ||
35 | }; | 35 | }; |