diff options
| author | Krzysztof Starecki <krzysztof.starecki@gmail.com> | 2018-12-30 12:07:40 +0100 |
|---|---|---|
| committer | Krzysztof Starecki <krzysztof.starecki@gmail.com> | 2018-12-30 12:26:34 +0100 |
| commit | 5920dc2cd14ef5dc6e3802939cbe6256ea13848b (patch) | |
| tree | 74eceba1e3a56c19e89f417b69020ae6426df6e2 /src/downloadlist.h | |
| parent | 7f0844bdd498ab3176fc79f24d9217d1c03d7e4c (diff) | |
Disable downloadlist widget delegates, port partial functionality to QTreeView
Diffstat (limited to 'src/downloadlist.h')
| -rw-r--r-- | src/downloadlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/downloadlist.h b/src/downloadlist.h index e8833f0f..1a5ca0b2 100644 --- a/src/downloadlist.h +++ b/src/downloadlist.h @@ -38,7 +38,6 @@ public: enum EColumn {
COL_NAME = 0,
- COL_FILETIME,
COL_STATUS,
COL_SIZE
};
@@ -92,6 +91,7 @@ private: DownloadManager *m_Manager;
+ QString sizeFormat(quint64 size) const;
};
#endif // DOWNLOADLIST_H
|
