From 724a0380b7709a64a433dff0cc8fba26aea1df98 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 7 Jul 2015 00:09:15 +0200 Subject: Fixed all warnings --- common/genericresource.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/genericresource.cpp') 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) : Akonadi2::Resource(), mUserQueue(QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation) + "/akonadi2/storage", "org.kde." + resourceInstanceIdentifier + ".userqueue"), mSynchronizerQueue(QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation) + "/akonadi2/storage", "org.kde." + resourceInstanceIdentifier + ".synchronizerqueue"), - mError(0), - mResourceInstanceIdentifier(resourceInstanceIdentifier) + mResourceInstanceIdentifier(resourceInstanceIdentifier), + mError(0) { } -- cgit v1.2.3