refactor: use QCommandLineOption members for autostart/cleanup (#1820)

* refactor(app options): use QCommandLineOption members for autostart/cleanup

* fix(app): initialize QCommandLineOption members in ctor/field to avoid no-default-ctor build failures
This commit is contained in:
Mitternacht822
2025-09-03 08:03:45 +04:00
committed by GitHub
parent 58d480fcb5
commit 0ded9db780
2 changed files with 10 additions and 8 deletions
+3
View File
@@ -56,6 +56,9 @@ private:
QCommandLineParser m_parser;
QCommandLineOption m_optAutostart;
QCommandLineOption m_optCleanup;
QSharedPointer<VpnConnection> m_vpnConnection;
QThread m_vpnConnectionThread;