19 template<
typename,
typename>
52 const QString& dialogText,
54 bool useStore =
true);
57 const QString& dialogText,
59 const EitherCont<
void (),
void (QString)>& cont,
60 QObject *depender =
nullptr,
61 bool useStore =
true);
82 const QString& keyName,
A peir of two functions, typically a continuation and an error handler.
std::shared_ptr< ICoreProxy > ICoreProxy_ptr
void SavePassword(const QString &password, const QString &key, const ICoreProxy_ptr &proxy)
Saves the password to be retrieved later via GetPassword().
QString GetPassword(const QString &key, const QString &diaText, const ICoreProxy_ptr &proxy, bool useStored)
Returns password for the key, possibly asking the user.