summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2021-11-03 23:54:51 -0400
committerJoseph Donofry <joedonofry@gmail.com>2021-11-03 23:54:51 -0400
commit4bd0ec89398068cade5dabddd1bb57731d425550 (patch)
tree2f38158e40ca5b1ccf16b67b2e083b5618b564d6 /src
parentPlayableMediaMessage fixes on macOS (diff)
downloadnheko-4bd0ec89398068cade5dabddd1bb57731d425550.tar.xz
Fix syntax issue
Diffstat (limited to 'src')
-rw-r--r--src/ui/MxcMediaProxy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/MxcMediaProxy.cpp b/src/ui/MxcMediaProxy.cpp

index 2015b420..df0298da 100644 --- a/src/ui/MxcMediaProxy.cpp +++ b/src/ui/MxcMediaProxy.cpp
@@ -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(