fix: Out of order m_trayIcon in ctor init,

chore: remove unused m_btnCancel
This commit is contained in:
Nick Bolton
2025-02-10 11:54:46 +00:00
parent a5f28616f4
commit 92603df93d

View File

@ -165,8 +165,6 @@ private:
void showAndActivate();
VersionChecker m_versionChecker;
QSystemTrayIcon *m_trayIcon = nullptr;
QAbstractButton *m_btnCancel = nullptr;
bool m_secureSocket = false;
deskflow::gui::config::ServerConfigDialogState m_serverConfigDialogState;
bool m_saveOnExit = true;
@ -181,6 +179,7 @@ private:
deskflow::gui::TlsUtility m_tlsUtility;
QSize m_expandedSize = QSize();
QSystemTrayIcon *m_trayIcon = nullptr;
QLocalServer *m_guiDupeChecker = nullptr;
inline static const auto m_guiSocketName = QStringLiteral("deskflow-gui");