23namespace quentier::local_storage {
26using ILocalStoragePtr = std::shared_ptr<ILocalStorage>;
31using IPatchPtr = std::shared_ptr<IPatch>;
Definition ILocalStorageNotifier.h:28
Definition ILocalStorage.h:52
The IPatch interface represents patches of the local storage. Each such patch somehow changes the lay...
Definition IPatch.h:34
Definition NoteSearchQuery.h:29