diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-05-10 03:19:53 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-05-10 03:20:09 +0200 |
commit | a6b2be112b9a9450998985cbc5ec4ce10a5ae432 (patch) | |
tree | ac8f472f4a662679f3304c380e95f75d12b2415e /src/ui/UIA.h | |
parent | Add mtxclient to logging (diff) | |
download | nheko-a6b2be112b9a9450998985cbc5ec4ce10a5ae432.tar.xz |
More image dialog fixes
Diffstat (limited to 'src/ui/UIA.h')
-rw-r--r-- | src/ui/UIA.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/UIA.h b/src/ui/UIA.h index 150b595d..9d673dea 100644 --- a/src/ui/UIA.h +++ b/src/ui/UIA.h @@ -20,7 +20,8 @@ public: UIA(QObject *parent = nullptr) : QObject(parent) - {} + { + } mtx::http::UIAHandler genericHandler(QString context); |