LeechCraft  %{LEECHCRAFT_VERSION}
Modular cross-platform feature rich live environment.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
passutils.cpp File Reference
#include "passutils.h"
#include <QString>
#include <QObject>
#include <QInputDialog>
#include <util/xpc/util.h>
#include "interfaces/structures.h"
+ Include dependency graph for passutils.cpp:

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