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, 2 insertions, 0 deletions
diff --git a/src/downloadlist.h b/src/downloadlist.h
index 1a5ca0b2..d7764763 100644
--- a/src/downloadlist.h
+++ b/src/downloadlist.h
@@ -21,6 +21,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
#define DOWNLOADLIST_H
#include <QAbstractTableModel>
+#include <QFontMetrics>
class DownloadManager;
@@ -90,6 +91,7 @@ public slots:
private:
DownloadManager *m_Manager;
+ QFontMetrics m_FontMetrics;
QString sizeFormat(quint64 size) const;
};