diff options
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
|
