Minor changes such as parameter warnings, added metatype registration for voice

refs #81
This commit is contained in:
Klaus Basan
2013-12-08 17:05:25 +01:00
committed by Mathew Sutcliffe
parent db4a3c5de4
commit 0c01da4c8e
9 changed files with 48 additions and 13 deletions

View File

@@ -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;