summaryrefslogtreecommitdiff
path: root/src/downloadlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/downloadlist.h')
-rw-r--r--src/downloadlist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/downloadlist.h b/src/downloadlist.h
index e8833f0f..4e0b5ef4 100644
--- a/src/downloadlist.h
+++ b/src/downloadlist.h
@@ -21,7 +21,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
#define DOWNLOADLIST_H
#include <QAbstractTableModel>
-
+#include <QFontMetrics>
class DownloadManager;
@@ -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