diff options
Diffstat (limited to 'common/genericresource.cpp')
-rw-r--r-- | common/genericresource.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/genericresource.cpp b/common/genericresource.cpp index 74e829c..637e371 100644 --- a/common/genericresource.cpp +++ b/common/genericresource.cpp | |||
@@ -643,7 +643,7 @@ void GenericResource::scanForRemovals(Sink::Storage::Transaction &transaction, S | |||
643 | }); | 643 | }); |
644 | } | 644 | } |
645 | 645 | ||
646 | static QSharedPointer<Sink::ApplicationDomain::BufferAdaptor> getLatest(const Sink::Storage::NamedDatabase &db, const QByteArray &uid, DomainTypeAdaptorFactoryInterface &adaptorFactory) | 646 | QSharedPointer<Sink::ApplicationDomain::BufferAdaptor> GenericResource::getLatest(const Sink::Storage::NamedDatabase &db, const QByteArray &uid, DomainTypeAdaptorFactoryInterface &adaptorFactory) |
647 | { | 647 | { |
648 | QSharedPointer<Sink::ApplicationDomain::BufferAdaptor> current; | 648 | QSharedPointer<Sink::ApplicationDomain::BufferAdaptor> current; |
649 | db.findLatest(uid, | 649 | db.findLatest(uid, |