mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
fix webui port overflow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user