mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Fix syntax issue
This commit is contained in:
parent
8e433a7ed2
commit
4bd0ec8939
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ MxcMediaProxy::startDownload()
|
|||
this->setMedia(QUrl::fromLocalFile(filename.filePath()));
|
||||
}
|
||||
#else
|
||||
Q_UNSUED(suffix)
|
||||
Q_UNUSED(suffix)
|
||||
Q_UNUSED(encryptionInfo)
|
||||
|
||||
nhlog::ui()->info(
|
||||
|
|
Loading…
Reference in a new issue