clang-tidy: unused ctx param

This commit is contained in:
Rasmus Karlsson 2024-02-25 13:11:31 +01:00
parent 08d8d26e92
commit 7d2e8171a9

View file

@ -143,6 +143,8 @@ QString forceImageUnload(const CommandContext &ctx)
QString debugEventSub(const CommandContext &ctx) QString debugEventSub(const CommandContext &ctx)
{ {
(void)ctx;
static EventSub eventSub; static EventSub eventSub;
eventSub.start(); eventSub.start();