mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
Minor changes such as parameter warnings, added metatype registration for voice
refs #81
This commit is contained in:
committed by
Mathew Sutcliffe
parent
db4a3c5de4
commit
0c01da4c8e
@@ -68,7 +68,7 @@ namespace BlackMisc
|
||||
qDBusRegisterMetaType<CVoiceRoom>();
|
||||
}
|
||||
|
||||
QString CVoiceRoom::convertToQString(bool i18n) const
|
||||
QString CVoiceRoom::convertToQString(bool /* i18n */ ) const
|
||||
{
|
||||
if (m_hostname.isEmpty() || m_channel.isEmpty()) return "Unknown";
|
||||
QString s = m_hostname;
|
||||
|
||||
Reference in New Issue
Block a user