Skip to content
Snippets Groups Projects
Verified Commit 07604d2e authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix plugin identifier

parent 1f92fd65
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ public: ...@@ -10,7 +10,7 @@ public:
virtual QString generate(const QString &message, uint16_t size) = 0; 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) Q_DECLARE_INTERFACE(JdenticonInterface, JdenticonInterface_iid)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment