chore: Fix order of MainWindow ctor init list to match header

This commit is contained in:
Nick Bolton
2025-02-26 10:29:09 +00:00
parent 9bd7fce45c
commit b3866b69b2

View File

@ -72,8 +72,8 @@ MainWindow::MainWindow(ConfigScopes &configScopes, AppConfig &appConfig)
m_guiDupeChecker{new QLocalServer(this)},
m_lblSecurityStatus{new QLabel(this)},
m_lblStatus{new QLabel(this)},
m_btnUpdate{new QPushButton(this)},
m_btnFingerprint{new QToolButton(this)},
m_btnUpdate{new QPushButton(this)},
m_actionAbout{new QAction(this)},
m_actionClearSettings{new QAction(tr("Clear settings"), this)},
m_actionReportBug{new QAction(tr("Report a Bug"), this)},