aboutsummaryrefslogtreecommitdiff
path: root/src/qt/workers.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qt/workers.hpp')
-rw-r--r--src/qt/workers.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/workers.hpp b/src/qt/workers.hpp
index 8e2a274..19d83f5 100644
--- a/src/qt/workers.hpp
+++ b/src/qt/workers.hpp
@@ -21,12 +21,12 @@ private:
char* remote;
size_t remote_len;
- int do_work = 1;
bool update_in_progress = false;
QSettings settings;
public:
+ int do_work = 1;
int progress = -1;
QString infoText;
pthread_mutex_t textMutex;