diff options
| author | Tannin <devnull@localhost> | 2014-01-04 16:05:39 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-01-04 16:05:39 +0100 |
| commit | 0ea7d99b9f2a2119abce2454ae4ed13fcf065895 (patch) | |
| tree | 9d0262f7f6d06196c22873de6d58751ab6b4a130 /src/downloadlistwidgetcompact.h | |
| parent | e45b747c82832d227b9ee3ae9dcb214c4c7f67b5 (diff) | |
| parent | 6cffbd4f274106ac09d3729e104bf526141d7d79 (diff) | |
Merge
Diffstat (limited to 'src/downloadlistwidgetcompact.h')
| -rw-r--r-- | src/downloadlistwidgetcompact.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/downloadlistwidgetcompact.h b/src/downloadlistwidgetcompact.h index 05d00b9d..4d7f40de 100644 --- a/src/downloadlistwidgetcompact.h +++ b/src/downloadlistwidgetcompact.h @@ -78,6 +78,8 @@ protected: private: void drawCache(QPainter *painter, const QStyleOptionViewItem &option, const QPixmap &cache) const; + void paintPendingDownload(int downloadIndex) const; + void paintRegularDownload(int downloadIndex) const; private slots: |
