25 class ApplicationSettings;
26 class FileIOProcessorAsync;
27 class QuentierApplication;
30 using IEncryptorPtr = std::shared_ptr<IEncryptor>;
32 class IKeychainService;
33 using IKeychainServicePtr = std::shared_ptr<IKeychainService>;
Definition: ApplicationSettings.h:27