Turn static variable into class member

This commit is contained in:
Chocobo1
2022-05-27 02:35:55 +08:00
parent ca9f5a18d4
commit 7eaaa8f92a
2 changed files with 3 additions and 3 deletions

View File

@@ -31,6 +31,7 @@
#pragma once
#include <QtGlobal>
#include <QAtomicInt>
#include <QCoreApplication>
#include <QPointer>
#include <QStringList>
@@ -145,6 +146,7 @@ private:
ApplicationInstanceManager *m_instanceManager = nullptr;
bool m_running = false;
QAtomicInt m_isCleanupRun;
ShutdownDialogAction m_shutdownAct;
QBtCommandLineParameters m_commandLineArgs;