mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-02 23:35:40 +08:00
VoiceRoom: removed default initializers, fixed Doxygen
This commit is contained in:
@@ -36,7 +36,7 @@ namespace BlackMisc
|
||||
* \param channel
|
||||
*/
|
||||
CVoiceRoom(const QString &hostname, const QString &channel) :
|
||||
m_hostname(hostname), m_channel(channel), m_audioPlaying(false) {}
|
||||
m_hostname(hostname), m_channel(channel), m_connected(false), m_audioPlaying(false) {}
|
||||
|
||||
/*!
|
||||
* Constructor.
|
||||
|
||||
Reference in New Issue
Block a user