fix webui port overflow

This commit is contained in:
thalieht
2016-09-11 23:09:30 +03:00
committed by sledgehammer999
parent 4da05e5914
commit 366ad01120
3 changed files with 7 additions and 7 deletions

View File

@@ -58,7 +58,7 @@ private:
QPointer<Http::Server> httpServer_;
QPointer<Net::DNSUpdater> dynDNSUpdater_;
QPointer<AbstractWebApplication> webapp_;
qint16 m_port;
quint16 m_port;
};
#endif // WEBUI_H