spelling: running
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
fa30ceaf04
commit
7250bbca16
|
@ -83,7 +83,7 @@ class MainWindow : public QMainWindow, public Ui::MainWindowBase
|
||||||
Info
|
Info
|
||||||
};
|
};
|
||||||
|
|
||||||
enum qRuningState {
|
enum qRunningState {
|
||||||
kStarted,
|
kStarted,
|
||||||
kStopped
|
kStopped
|
||||||
};
|
};
|
||||||
|
@ -193,7 +193,7 @@ public slots:
|
||||||
bool m_SuppressAutoConfigWarning;
|
bool m_SuppressAutoConfigWarning;
|
||||||
CommandProcess* m_BonjourInstall;
|
CommandProcess* m_BonjourInstall;
|
||||||
bool m_SuppressEmptyServerWarning;
|
bool m_SuppressEmptyServerWarning;
|
||||||
qRuningState m_ExpectedRunningState;
|
qRunningState m_ExpectedRunningState;
|
||||||
QMutex m_StopDesktopMutex;
|
QMutex m_StopDesktopMutex;
|
||||||
SslCertificate* m_pSslCertificate;
|
SslCertificate* m_pSslCertificate;
|
||||||
QStringList m_PendingClientNames;
|
QStringList m_PendingClientNames;
|
||||||
|
|
Loading…
Reference in New Issue