diff options
Diffstat (limited to 'common/store.cpp')
-rw-r--r-- | common/store.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/common/store.cpp b/common/store.cpp index a2204fc..edca842 100644 --- a/common/store.cpp +++ b/common/store.cpp | |||
@@ -71,11 +71,6 @@ QString Store::storageLocation() | |||
71 | return Sink::storageLocation(); | 71 | return Sink::storageLocation(); |
72 | } | 72 | } |
73 | 73 | ||
74 | QString Store::getTemporaryFilePath() | ||
75 | { | ||
76 | return Sink::temporaryFileLocation() + "/" + createUuid(); | ||
77 | } | ||
78 | |||
79 | 74 | ||
80 | template <class DomainType> | 75 | template <class DomainType> |
81 | KAsync::Job<void> queryResource(const QByteArray resourceType, const QByteArray &resourceInstanceIdentifier, const Query &query, typename AggregatingResultEmitter<typename DomainType::Ptr>::Ptr aggregatingEmitter, const Sink::Log::Context &ctx_) | 76 | KAsync::Job<void> queryResource(const QByteArray resourceType, const QByteArray &resourceInstanceIdentifier, const Query &query, typename AggregatingResultEmitter<typename DomainType::Ptr>::Ptr aggregatingEmitter, const Sink::Log::Context &ctx_) |