mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-23 03:18:49 +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()));
|
this->setMedia(QUrl::fromLocalFile(filename.filePath()));
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
Q_UNSUED(suffix)
|
Q_UNUSED(suffix)
|
||||||
Q_UNUSED(encryptionInfo)
|
Q_UNUSED(encryptionInfo)
|
||||||
|
|
||||||
nhlog::ui()->info(
|
nhlog::ui()->info(
|
||||||
|
|
Loading…
Reference in a new issue