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/downloadlistwidgetcompact.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/downloadlistwidgetcompact.h') diff --git a/src/downloadlistwidgetcompact.h b/src/downloadlistwidgetcompact.h index 3ac36e8d..78f51840 100644 --- a/src/downloadlistwidgetcompact.h +++ b/src/downloadlistwidgetcompact.h @@ -100,6 +100,7 @@ private: DownloadManager *m_Manager; QLabel *m_NameLabel; + QLabel *m_SizeLabel; QProgressBar *m_Progress; QLabel *m_DoneLabel; -- cgit v1.3.1