webui (c++): feature: added labels support. #648

This commit is contained in:
Felipe Barriga Richards 2015-02-26 22:52:38 -03:00 committed by ngosang
parent 9d051ea523
commit 76d93c23b7
4 changed files with 22 additions and 0 deletions

View file

@ -255,6 +255,7 @@ private:
* - "seq_dl": Torrent sequential download state
* - "f_l_piece_prio": Torrent first last piece priority state
* - "force_start": Torrent force start state
* - "label": Torrent label
*/
QByteArray btjson::getTorrents(QString filter, QString label,
QString sortedColumn, bool reverse, int limit, int offset)