Add Q_UNUSED to squelch warning
This commit is contained in:
parent
e4e4c58b60
commit
f56a24d519
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@ void ConversationModel::handleConversationUpdate(const QDBusVariant& msg)
|
|||
|
||||
void ConversationModel::handleConversationLoaded(qint64 threadID, quint64 numMessages)
|
||||
{
|
||||
Q_UNUSED(numMessages)
|
||||
if (threadID != m_threadId) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue