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