![]() |
LeechCraft
%{LEECHCRAFT_VERSION}
Modular cross-platform feature rich live environment.
|
#include "utilconfig.h"
Go to the source code of this file.
Namespaces | |
LeechCraft | |
LeechCraft::Util | |
Functions | |
QString | LeechCraft::Util::GetPassword (const QString &keyName, const QString &dialogText, QObject *emitter, bool useStore=true) |
Returns password for the key, possibly asking the user. More... | |
void | LeechCraft::Util::SavePassword (const QString &password, const QString &keyName, QObject *emitter) |
Saves the password to be retrieved later via GetPassword(). More... | |