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-10-25 04:11:05 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2009-10-25 04:11:05 +0300
commitda6c5ecb8f9668d4c552e3dbe30a5a10c28970e3 (patch)
tree72c81971c9875fa58a3ba852f11970963ead96a7 /src/mumble/Database.h
parent62b1536fe0e91c03bf803075dff031a1f4dba9f4 (diff)
Indent, changelog and submodule update
Diffstat (limited to 'src/mumble/Database.h')
-rw-r--r--src/mumble/Database.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mumble/Database.h b/src/mumble/Database.h
index 1247fcf89..34cdb0246 100644
--- a/src/mumble/Database.h
+++ b/src/mumble/Database.h
@@ -53,10 +53,10 @@ class Database : public QObject {
static void setFavorites(const QList<FavoriteServer> &servers);
static void setPassword(const QString &host, unsigned short port, const QString &user, const QString &pw);
static bool fuzzyMatch(QString &user, QString &pw, QString &host, unsigned short port);
-
+
static bool isLocalMuted(const QString &hash);
static void setLocalMuted(const QString &hash, bool muted);
-
+
static QMap<QPair<QString, unsigned short>, unsigned int> getPingCache();
static void setPingCache(const QMap<QPair<QString, unsigned short>, unsigned int> &cache);