spelling: running

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-05-05 21:33:32 -04:00
parent fa30ceaf04
commit 7250bbca16
1 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ class MainWindow : public QMainWindow, public Ui::MainWindowBase
Info
};
enum qRuningState {
enum qRunningState {
kStarted,
kStopped
};
@ -193,7 +193,7 @@ public slots:
bool m_SuppressAutoConfigWarning;
CommandProcess* m_BonjourInstall;
bool m_SuppressEmptyServerWarning;
qRuningState m_ExpectedRunningState;
qRunningState m_ExpectedRunningState;
QMutex m_StopDesktopMutex;
SslCertificate* m_pSslCertificate;
QStringList m_PendingClientNames;