mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-05 07:02:31 -06:00
Web UI improvements
- Optimize translation code - Cosmetic fixes to dialogs - Display qBittorrent version in about dialog
This commit is contained in:
@@ -38,8 +38,8 @@ class HttpResponseGenerator : public QHttpResponseHeader
|
||||
{
|
||||
|
||||
public:
|
||||
void setMessage(const QByteArray message);
|
||||
void setMessage(const QString message);
|
||||
void setMessage(const QByteArray& message);
|
||||
void setMessage(const QString& message);
|
||||
void stripMessage();
|
||||
void setContentTypeByExt(const QString ext);
|
||||
inline QByteArray toByteArray() const { return QHttpResponseHeader::toString().toLocal8Bit() + message; }
|
||||
|
||||
Reference in New Issue
Block a user