mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
Remove member string initialization to empty string in constructor
QString always treats null strings and empty strings the same, except in isNull, so there is no need for this.
This commit is contained in:
@@ -28,7 +28,7 @@ namespace BlackMisc
|
||||
* Default constructor.
|
||||
*/
|
||||
CVoiceRoom() :
|
||||
m_hostname(""), m_channel(""), m_connected(false), m_audioPlaying(false) {}
|
||||
m_connected(false), m_audioPlaying(false) {}
|
||||
|
||||
/*!
|
||||
* Constructor.
|
||||
|
||||
Reference in New Issue
Block a user