diff options
Diffstat (limited to 'src/downloadlist.h')
| -rw-r--r-- | src/downloadlist.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/downloadlist.h b/src/downloadlist.h index 4e0b5ef4..a504f209 100644 --- a/src/downloadlist.h +++ b/src/downloadlist.h @@ -52,6 +52,8 @@ public: **/
explicit DownloadList(DownloadManager *manager, QObject *parent = 0);
+ void setMetaDisplay(bool metaDisplay);
+
/**
* @brief retrieve the number of rows to display. Invoked by Qt
*
@@ -90,6 +92,7 @@ public slots: private:
DownloadManager *m_Manager;
+ bool m_MetaDisplay;
QString sizeFormat(quint64 size) const;
};
|
