![]() |
LeechCraft
0.6.70-3565-g2d86529
Modular cross-platform feature rich live environment.
|
#include "passutils.h"#include <QString>#include <QObject>#include <QInputDialog>#include <util/xpc/util.h>#include "interfaces/structures.h"#include <interfaces/core/ientitymanager.h>#include <interfaces/core/ipluginsmanager.h>#include <interfaces/ipersistentstorageplugin.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, const ICoreProxy_ptr &proxy, bool useStore=true) |
| Returns password for the key, possibly asking the user. More... | |
| void | LeechCraft::Util::SavePassword (const QString &password, const QString &keyName, const ICoreProxy_ptr &proxy) |
| Saves the password to be retrieved later via GetPassword(). More... | |