diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-08-26 04:21:06 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-08-26 04:21:06 -0400 |
| commit | 2eee72da6815f9d5c643b58c95f633e69da5150a (patch) | |
| tree | a358d98dbe638c2d353d8e0637cd0682acbf74bc /src/downloadlist.h | |
| parent | c42e5fb2fec9b20fe6956d8798b85874b2eff73e (diff) | |
moved code for byte sizes and speed to uibase
added scoped classes for QSettings groups and arrays
servers logged on startup
Diffstat (limited to 'src/downloadlist.h')
| -rw-r--r-- | src/downloadlist.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/downloadlist.h b/src/downloadlist.h index 6f63f0c8..51ab4541 100644 --- a/src/downloadlist.h +++ b/src/downloadlist.h @@ -99,8 +99,6 @@ private: DownloadManager *m_Manager;
bool m_MetaDisplay;
-
- QString sizeFormat(quint64 size) const;
};
#endif // DOWNLOADLIST_H
|
