summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/keepaliveobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/installer/keepaliveobject.h')
-rw-r--r--src/libs/installer/keepaliveobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/installer/keepaliveobject.h b/src/libs/installer/keepaliveobject.h
index f8c20ce86..41e5d9a3f 100644
--- a/src/libs/installer/keepaliveobject.h
+++ b/src/libs/installer/keepaliveobject.h
@@ -60,7 +60,7 @@ private slots:
private:
QTimer *m_timer;
- volatile bool m_quit;
+ QAtomicInt m_quit;
};
} // namespace QInstaller