diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-07-28 21:02:58 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-07-28 21:02:58 +0200 |
commit | 07572b25af45c41a82eb8ddfdecf18e58958788b (patch) | |
tree | 2ecb98a9fbe7c7c0244d7511e543beff8df68c3a /common/resource.cpp | |
parent | dd86c15b48f33c120c510327569fb1cc3ffa3d45 (diff) | |
download | sink-07572b25af45c41a82eb8ddfdecf18e58958788b.tar.gz sink-07572b25af45c41a82eb8ddfdecf18e58958788b.zip |
Forward revision updates through resource
Diffstat (limited to 'common/resource.cpp')
-rw-r--r-- | common/resource.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/resource.cpp b/common/resource.cpp index 40ad04c..68a237c 100644 --- a/common/resource.cpp +++ b/common/resource.cpp | |||
@@ -29,7 +29,8 @@ namespace Akonadi2 | |||
29 | { | 29 | { |
30 | 30 | ||
31 | Resource::Resource() | 31 | Resource::Resource() |
32 | : d(0) | 32 | : QObject(), |
33 | d(0) | ||
33 | { | 34 | { |
34 | 35 | ||
35 | } | 36 | } |