mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-21 02:51:26 -04:00
Deleted an unused function
This commit is contained in:
parent
582dce0ced
commit
4ab2a89c03
@ -19,7 +19,6 @@ class DownloadState
|
||||
public:
|
||||
DownloadState();
|
||||
|
||||
bool isDownloading() const { return m_downloadUpdateTimer.get() != nullptr; }
|
||||
DownloadInfo getDownloadInfo() const { return m_downloadInfo; }
|
||||
QTimer* getDownloadUpdateTimer() const { return m_downloadUpdateTimer.get(); }
|
||||
void pause();
|
||||
|
Loading…
x
Reference in New Issue
Block a user