mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-06 23:52:31 -06:00
Redesign Web API
Normalize Web API method names. Allow to use alternative Web UI. Switch Web API version to standard form (i.e. "2.0"). Improve Web UI translation code. Retranslate changed files. Add Web API for RSS subsystem.
This commit is contained in:
@@ -42,7 +42,7 @@ namespace Net
|
||||
class DNSUpdater;
|
||||
}
|
||||
|
||||
class AbstractWebApplication;
|
||||
class WebApplication;
|
||||
|
||||
class WebUI : public QObject
|
||||
{
|
||||
@@ -64,7 +64,7 @@ private:
|
||||
bool m_isErrored;
|
||||
QPointer<Http::Server> m_httpServer;
|
||||
QPointer<Net::DNSUpdater> m_dnsUpdater;
|
||||
QPointer<AbstractWebApplication> m_webapp;
|
||||
QPointer<WebApplication> m_webapp;
|
||||
quint16 m_port;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user