diff options
| author | Al12rs <gabriel.cortesi@outlook.com> | 2018-07-17 00:10:30 +0200 |
|---|---|---|
| committer | Al12rs <gabriel.cortesi@outlook.com> | 2018-07-17 00:10:30 +0200 |
| commit | 9ddb26ea5100581c832920015f79de8d7366463f (patch) | |
| tree | a8eb6625b1a3d56ba4204eedb5b24bbdeacf9d1d /src/downloadlistwidgetcompact.h | |
| parent | 1867c20f02d44f98154955a89686fe9edf09d7f5 (diff) | |
Added size label to compact download view.
Diffstat (limited to 'src/downloadlistwidgetcompact.h')
| -rw-r--r-- | src/downloadlistwidgetcompact.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/downloadlistwidgetcompact.h b/src/downloadlistwidgetcompact.h index c25b7e99..1fcab3e6 100644 --- a/src/downloadlistwidgetcompact.h +++ b/src/downloadlistwidgetcompact.h @@ -74,6 +74,7 @@ signals: protected:
+ QString sizeFormat(quint64 size) const;
bool editorEvent(QEvent *event, QAbstractItemModel *model,
const QStyleOptionViewItem &option, const QModelIndex &index);
|
