summaryrefslogtreecommitdiffstats
path: root/common/genericresource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/genericresource.cpp')
-rw-r--r--common/genericresource.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/genericresource.cpp b/common/genericresource.cpp
index 1fc7744..c4c8bc6 100644
--- a/common/genericresource.cpp
+++ b/common/genericresource.cpp
@@ -266,7 +266,7 @@ GenericResource::GenericResource(const ResourceContext &resourceContext, const Q
266 return KAsync::error<void>(-1, "Invalid inspection command."); 266 return KAsync::error<void>(-1, "Invalid inspection command.");
267 }); 267 });
268 { 268 {
269 auto ret =QObject::connect(mProcessor.get(), &CommandProcessor::error, [this](int errorCode, const QString &msg) { onProcessorError(errorCode, msg); }); 269 auto ret = QObject::connect(mProcessor.get(), &CommandProcessor::error, [this](int errorCode, const QString &msg) { onProcessorError(errorCode, msg); });
270 Q_ASSERT(ret); 270 Q_ASSERT(ret);
271 } 271 }
272 { 272 {