X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fgui%2FDownloadView.h;h=5ab14429d4d6d29cf57236f4fee304dbbdfec0e3;hb=3b087a27d415059adf505d398ffe0b9fbd5ed0ba;hp=408a2322d4321a0dc71919d3bfc43ab4f1d6f509;hpb=521566ad342423822a7e0353c2cc6ec639a10c63;p=qtrapids diff --git a/src/gui/DownloadView.h b/src/gui/DownloadView.h index 408a232..5ab1442 100644 --- a/src/gui/DownloadView.h +++ b/src/gui/DownloadView.h @@ -54,6 +54,9 @@ Q_OBJECT // Key: SHA1 info hash of torrent. Data: View item corresponding to torrent. std::map items_; + // Private functions. + QString GetStatusString(QTorrentHandle::State const& status) const; + QColor GetStatusColor(QTorrentHandle::State const& status) const; };