summaryrefslogtreecommitdiff
path: root/src/downloadlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/downloadlist.h')
-rw-r--r--src/downloadlist.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/downloadlist.h b/src/downloadlist.h
index 6f63f0c8..eb2bbc55 100644
--- a/src/downloadlist.h
+++ b/src/downloadlist.h
@@ -43,6 +43,7 @@ public:
COL_MODNAME,
COL_VERSION,
COL_ID,
+ COL_SOURCEGAME,
// number of columns
COL_COUNT
@@ -99,8 +100,6 @@ private:
DownloadManager *m_Manager;
bool m_MetaDisplay;
-
- QString sizeFormat(quint64 size) const;
};
#endif // DOWNLOADLIST_H