Fix servatrice's regonly mode

This commit is contained in:
Fabio Bas 2014-10-06 22:56:09 +02:00
parent faa66e4d7f
commit 15555c16fd
5 changed files with 12 additions and 5 deletions

View file

@ -50,7 +50,8 @@ public:
void lockSessionTables();
void unlockSessionTables();
bool userSessionExists(const QString &userName);
bool getRequireRegistration();
};
#endif