Details
-
Bug
-
Resolution: Invalid
-
P3: Somewhat important
-
4.5.2
-
None
Description
Currently there is no functionality in Qt for retrieving the Iid from plugins. The code in the link below adds such functionality, but states:
"This method is necessary for QML to support Qt interfaces, but probably shouldn't be used otherwise."
http://qt.gitorious.org/qt/qt/commit/46ca473d569b92cdfc567c2096b1c4af3ba68f80?diffmode=sidebyside
It would be useful if this functionality was publically available with the possibility for retrieveing the Iid for plugins, and not being limited to QML support.