Web UI code optimization

This commit is contained in:
Christophe Dumez 2011-09-30 20:51:29 +03:00
commit f98d4e9149
3 changed files with 3 additions and 3 deletions

View file

@ -44,7 +44,7 @@ public:
QByteArray message() const;
QString get(const QString& key) const;
QString post(const QString& key) const;
QByteArray torrent() const;
const QByteArray& torrent() const;
void write(const QByteArray& ba);
inline QHttpRequestHeader& header() { return m_header; }