[Interest] QPluginLoader and IID

2019-04-01 Thread Andy
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

Re: [Interest] QPluginLoader

2017-04-19 Thread Konrad Rosenbaum
On Wed, April 19, 2017 08:30, Igor Mironchik wrote: > In the docs to QPluginLoader: > > Once loaded, plugins remain in memory until all instances of > QPluginLoader has been unloaded, or until the > application terminates. > > But in plugandpaint example: [cut] > So my question is why plugins

Re: [Interest] QPluginLoader

2017-04-19 Thread Konstantin Tokarev
19.04.2017, 09:30, "Igor Mironchik" : > Hello, > > In the docs to QPluginLoader: > > Once loaded, plugins remain in memory until all instances of QPluginLoader > has been unloaded, or until the application terminates. > > But in plugandpaint example: > > //! [6] > >

[Interest] QPluginLoader

2017-04-19 Thread Igor Mironchik
Hello, In the docs to QPluginLoader: Once loaded, plugins remain in memory until all instances of QPluginLoader has been unloaded, or until the application terminates. But in plugandpaint example: //![6] foreach(QStringfileName,pluginsDir.entryList(QDir::Files)){