Is the IID from the QPluginLoader's meta data part of the public API? i.e.
can I rely on it being there (assuming a valid plugin) and use it in my
code?

https://doc.qt.io/qt-5/qtplugin.html#Q_PLUGIN_METADATA

It's not documented as either "private don't use this" or available
directly from the plugin loader through the C++ API, but I can get it
through metaData().

I want a unique ID for a plugin and thought this would be a good candidate
rather than adding my own. Good idea? Bad idea?

Thanks.

---
Andy Maloney  //  https://asmaloney.com
twitter ~ @asmaloney <https://twitter.com/asmaloney>
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to