LeechCraft  %{LEECHCRAFT_VERSION}
Modular cross-platform feature rich live environment.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
passutils.h File Reference
#include "utilconfig.h"
+ Include dependency graph for passutils.h:
+ This graph shows which files directly or indirectly include this file:

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...