mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 08:27:24 -06:00
- Initial support for Web UI internationalization !
- Updated french translation
This commit is contained in:
@@ -66,6 +66,7 @@ class HttpConnection : public QObject
|
||||
public:
|
||||
HttpConnection(QTcpSocket *socket, Bittorrent* BTSession, HttpServer *parent);
|
||||
~HttpConnection();
|
||||
QString translateDocument(QString data);
|
||||
|
||||
private slots:
|
||||
void read();
|
||||
|
||||
Reference in New Issue
Block a user