summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoseph Donofry <rubberduckie3554@gmail.com>2021-11-18 18:15:24 -0500
committerJoseph Donofry <rubberduckie3554@gmail.com>2021-11-18 18:15:24 -0500
commit1eb2814fe0e3158f9c40c1765142d4337a4fc65c (patch)
tree29c275d9db282f89a884386f8ab98edc6e382c33
parentMake VOIP and screenshare explicit options (diff)
downloadnheko-1eb2814fe0e3158f9c40c1765142d4337a4fc65c.tar.xz
Jdenticon update
-rw-r--r--includes/jdenticoninterface.h2
-rw-r--r--io.github.NhekoReborn.Nheko.yaml4
2 files changed, 3 insertions, 3 deletions
diff --git a/includes/jdenticoninterface.h b/includes/jdenticoninterface.h

index 2108a726..532f8dba 100644 --- a/includes/jdenticoninterface.h +++ b/includes/jdenticoninterface.h
@@ -10,7 +10,7 @@ public: virtual QString generate(const QString &message, uint16_t size) = 0; }; -#define JdenticonInterface_iid "redsky17.Qt.JdenticonInterface" +#define JdenticonInterface_iid "im.nheko.JdenticonInterface" Q_DECLARE_INTERFACE(JdenticonInterface, JdenticonInterface_iid) diff --git a/io.github.NhekoReborn.Nheko.yaml b/io.github.NhekoReborn.Nheko.yaml
index a252da7a..a2258b5e 100644 --- a/io.github.NhekoReborn.Nheko.yaml +++ b/io.github.NhekoReborn.Nheko.yaml
@@ -166,8 +166,8 @@ modules: - mkdir -p /app/bin/ - cp libqtjdenticon.so /app/bin/ sources: - - commit: e58c14369dfbf008c63f43a4556b2e52232e0265 - tag: v0.1.0 + - commit: 1f92fd655510414f7828bc3aa97bdd04ccb28fcb + tag: v0.2.0 type: git url: https://github.com/Nheko-Reborn/qt-jdenticon.git - buildsystem: meson