summaryrefslogtreecommitdiff
path: root/src/downloadlist.h
diff options
context:
space:
mode:
authorKrzysztof Starecki <krzysztof.starecki@gmail.com>2018-12-30 19:41:05 +0100
committerKrzysztof Starecki <krzysztof.starecki@gmail.com>2018-12-30 19:41:05 +0100
commitcfb941082e27925279535cade18d2b3c912c8930 (patch)
tree2a2ee9df431909e29b45e694d5783c6380667845 /src/downloadlist.h
parent463abedee7d63542bce7b0e71cdd52e318d9a8e5 (diff)
Add downloadlist styling tweaks
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;
};