#include <QString>
#include <QtPlugin>
#include "bridge.h"
Go to the source code of this file.
|
#define | PLUGIN_iid "io.github.tim-gromeyer.voiceassistant.plugin/1.0" |
| The PLUGIN_iid macro defines the interface ID for the PluginInterface.
|
|
◆ PLUGIN_iid
#define PLUGIN_iid "io.github.tim-gromeyer.voiceassistant.plugin/1.0" |
The PLUGIN_iid macro defines the interface ID for the PluginInterface.
This macro defines the unique interface ID for the PluginInterface. It is used to identify and load the correct plugin at runtime.
Definition at line 58 of file base.h.
◆ Q_DECLARE_INTERFACE()