mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 05:07:46 +02:00
NOISSUE more NetAction and NetJob cleanups
This commit is contained in:
@ -100,6 +100,7 @@ public slots:
|
||||
void setProgress(qint64 current, qint64 total);
|
||||
|
||||
protected:
|
||||
// FIXME: replace these with the m_status from NetAction
|
||||
bool m_running = false;
|
||||
bool m_finished = false;
|
||||
bool m_succeeded = false;
|
||||
|
Reference in New Issue
Block a user