Servatrice: added authentication type "password"

This commit is contained in:
Fabio Bas 2014-10-04 17:50:01 +02:00
parent 0261862b1b
commit 0d9eec4b64
3 changed files with 12 additions and 2 deletions

View file

@ -88,7 +88,7 @@ class Servatrice : public Server
{
Q_OBJECT
public:
enum AuthenticationMethod { AuthenticationNone, AuthenticationSql };
enum AuthenticationMethod { AuthenticationNone, AuthenticationSql, AuthenticationPassword };
private slots:
void statusUpdate();
void shutdownTimeout();