- Maemo-specific include-files and paths added for compiling
[qtrapids] / src / gui / DownloadView.h
index 408a232..5ab1442 100644 (file)
@@ -54,6 +54,9 @@ Q_OBJECT
                // Key: SHA1 info hash of torrent. Data: View item corresponding to torrent.
                std::map<QTorrentHandle, DownloadViewItem*> items_;
                
+               // Private functions.
+               QString GetStatusString(QTorrentHandle::State const& status) const;
+               QColor GetStatusColor(QTorrentHandle::State const& status) const;
 };