diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-03-17 20:53:58 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-03-17 20:53:58 +0100 |
commit | b63b3a1ce9a9b3c2abbf21633c8b6fcf1fa54640 (patch) | |
tree | 29a59e58cbec7fc0c4ccdd70737634430b35be9f /common/resourcefacade.cpp | |
parent | 2d34c336ee253ab63bb892dde25ce0742068ef5c (diff) | |
download | sink-b63b3a1ce9a9b3c2abbf21633c8b6fcf1fa54640.tar.gz sink-b63b3a1ce9a9b3c2abbf21633c8b6fcf1fa54640.zip |
Better constructors for resources and accounts
Diffstat (limited to 'common/resourcefacade.cpp')
-rw-r--r-- | common/resourcefacade.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/resourcefacade.cpp b/common/resourcefacade.cpp index 0cda82c..aa2f84a 100644 --- a/common/resourcefacade.cpp +++ b/common/resourcefacade.cpp | |||
@@ -110,7 +110,7 @@ QPair<KAsync::Job<void>, typename Sink::ResultEmitter<Sink::ApplicationDomain::S | |||
110 | continue; | 110 | continue; |
111 | } | 111 | } |
112 | 112 | ||
113 | auto resource = Sink::ApplicationDomain::SinkResource::Ptr::create("", res, 0, QSharedPointer<Sink::ApplicationDomain::MemoryBufferAdaptor>::create()); | 113 | auto resource = Sink::ApplicationDomain::SinkResource::Ptr::create(res); |
114 | resource->setProperty("type", type); | 114 | resource->setProperty("type", type); |
115 | 115 | ||
116 | const auto configurationValues = ResourceConfig::getConfiguration(res); | 116 | const auto configurationValues = ResourceConfig::getConfiguration(res); |