From e91eebefbea450a447b44a81dcabcc6ac8000a48 Mon Sep 17 00:00:00 2001 From: Tannin Date: Sat, 24 Aug 2013 22:50:00 +0200 Subject: - download size is now displayed - multiple esps/mods can now be enabled/disabled at once using space - bugfix: fomod installer didn't compile because of changes to condition checking - bugfix: broken inverse virtual name resolution in case of non-default mod directory --- src/downloadlistwidget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/downloadlistwidget.h') diff --git a/src/downloadlistwidget.h b/src/downloadlistwidget.h index 5379356f..c80200fb 100644 --- a/src/downloadlistwidget.h +++ b/src/downloadlistwidget.h @@ -101,6 +101,7 @@ private: DownloadManager *m_Manager; QLabel *m_NameLabel; + QLabel *m_SizeLabel; QProgressBar *m_Progress; QLabel *m_InstallLabel; int m_ContextRow; -- cgit v1.3.1