diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-07-07 00:09:15 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-07-07 00:09:15 +0200 |
commit | 724a0380b7709a64a433dff0cc8fba26aea1df98 (patch) | |
tree | 98472fbd2b41809f7c2a253d85f70710f322235d /common/genericresource.cpp | |
parent | ef8fcadb0c0ad4af055262a4dd9c37d4905cc0fa (diff) | |
download | sink-724a0380b7709a64a433dff0cc8fba26aea1df98.tar.gz sink-724a0380b7709a64a433dff0cc8fba26aea1df98.zip |
Fixed all warnings
Diffstat (limited to 'common/genericresource.cpp')
-rw-r--r-- | common/genericresource.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/genericresource.cpp b/common/genericresource.cpp index fdc8b14..b6485d7 100644 --- a/common/genericresource.cpp +++ b/common/genericresource.cpp | |||
@@ -157,8 +157,8 @@ GenericResource::GenericResource(const QByteArray &resourceInstanceIdentifier) | |||
157 | : Akonadi2::Resource(), | 157 | : Akonadi2::Resource(), |
158 | mUserQueue(QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation) + "/akonadi2/storage", "org.kde." + resourceInstanceIdentifier + ".userqueue"), | 158 | mUserQueue(QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation) + "/akonadi2/storage", "org.kde." + resourceInstanceIdentifier + ".userqueue"), |
159 | mSynchronizerQueue(QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation) + "/akonadi2/storage", "org.kde." + resourceInstanceIdentifier + ".synchronizerqueue"), | 159 | mSynchronizerQueue(QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation) + "/akonadi2/storage", "org.kde." + resourceInstanceIdentifier + ".synchronizerqueue"), |
160 | mError(0), | 160 | mResourceInstanceIdentifier(resourceInstanceIdentifier), |
161 | mResourceInstanceIdentifier(resourceInstanceIdentifier) | 161 | mError(0) |
162 | { | 162 | { |
163 | } | 163 | } |
164 | 164 | ||