Undefined behavior--

This commit is contained in:
Tobias Fella
2021-07-27 23:43:35 +02:00
parent 592d3160df
commit bbf9eb2ddc

View File

@@ -77,6 +77,6 @@ private:
bool m_supportsPassword = false;
Connection *m_connection = nullptr;
QUrl m_ssoUrl;
bool m_testing;
bool m_testing = false;
bool m_isLoggingIn = false;
};