23namespace quentier::utility {
30using IEncryptorPtr = std::shared_ptr<IEncryptor>;
33using IKeychainServicePtr = std::shared_ptr<IKeychainService>;
The ApplicationSettings class enhances the functionality of QSettings, in particular it simplifies th...
Definition ApplicationSettings.h:37
The FileIOProcessorAsync class is a wrapper under simple file IO operations, it is meant to be used f...
Definition FileIOProcessorAsync.h:39
The IKeychainService interface provides the ability to interact with the storage of sensitive data - ...
Definition IKeychainService.h:38
Definition QuentierApplication.h:28
The IEncryptor interface provides encryption and decryption functionality which is compatible with th...
Definition IEncryptor.h:37