summaryrefslogtreecommitdiff
path: root/src/downloadlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/downloadlist.h')
-rw-r--r--src/downloadlist.h2
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