Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorvald Natvig <slicer@users.sourceforge.net>2009-05-07 21:09:10 +0400
committerThorvald Natvig <slicer@users.sourceforge.net>2009-05-07 21:09:10 +0400
commit23389b308c062b924c2d8c530493e9ce3f446bf0 (patch)
tree3bcaf885692a0efb4ccf387faf58ed63a558b851 /src/mumble/Database.h
parent226402f01998d835cfba35896e1e2faef4fe2aac (diff)
Remove password from ConnectDialog gui
Diffstat (limited to 'src/mumble/Database.h')
-rw-r--r--src/mumble/Database.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mumble/Database.h b/src/mumble/Database.h
index 1f66e4216..fdb83a775 100644
--- a/src/mumble/Database.h
+++ b/src/mumble/Database.h
@@ -44,6 +44,7 @@ class Database : public QObject {
static const QString getFriend(const QString &hash);
static const QString getDigest(const QString &hostname, unsigned short port);
static void setDigest(const QString &hostname, unsigned short port, const QString &digest);
+ static void setPassword(const QString &hostname, unsigned short port, const QString &user, const QString &pw);
static bool fuzzyMatch(QString &user, QString &pw, QString &hostname, unsigned short port);
};