fix webui port overflow

This commit is contained in:
thalieht
2016-09-11 23:09:30 +03:00
parent d060b0d342
commit 6ec1c61b06
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