mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
Rename class variables
This commit is contained in:
@@ -55,9 +55,9 @@ private slots:
|
||||
void init();
|
||||
|
||||
private:
|
||||
QPointer<Http::Server> httpServer_;
|
||||
QPointer<Net::DNSUpdater> dynDNSUpdater_;
|
||||
QPointer<AbstractWebApplication> webapp_;
|
||||
QPointer<Http::Server> m_httpServer;
|
||||
QPointer<Net::DNSUpdater> m_dnsUpdater;
|
||||
QPointer<AbstractWebApplication> m_webapp;
|
||||
quint16 m_port;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user