Web UI code clean up

This commit is contained in:
Christophe Dumez
2011-09-25 11:45:57 +03:00
parent 8e026e68d7
commit 28d1671bb8
2 changed files with 11 additions and 16 deletions

View File

@@ -36,6 +36,7 @@
#include <QTcpServer>
#include <QByteArray>
#include <QHash>
#include <QTimer>
#ifndef QT_NO_OPENSSL
#include <QSslCertificate>
@@ -88,7 +89,7 @@ private:
QByteArray m_username;
QByteArray m_passwordSha1;
EventManager *m_eventManager;
QTimer *m_timer;
QTimer m_timer;
QHash<QString, int> m_clientFailedAttempts;
bool m_localAuth;
#ifndef QT_NO_OPENSSL