Web UI code clean up

This commit is contained in:
Christophe Dumez
2011-09-25 11:50:58 +03:00
parent 28d1671bb8
commit 1038376cdb
2 changed files with 4 additions and 4 deletions

View File

@@ -91,7 +91,7 @@ private:
EventManager *m_eventManager;
QTimer m_timer;
QHash<QString, int> m_clientFailedAttempts;
bool m_localAuth;
bool m_localAuthEnabled;
#ifndef QT_NO_OPENSSL
bool m_https;
QSslCertificate m_certificate;