Bug 399201

Summary: About Qml extension (a question (most likely))
Product: [Applications] Falkon Reporter: The_assassin <private2.6.3>
Component: extensionsAssignee: David Rosca <nowrep>
Status: RESOLVED NOT A BUG    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description The_assassin 2018-09-29 07:25:59 UTC
I would like to do "play" a bit with this, but i can't see anything related to Qml extension anywhere, so how it can be enabled!?
Also, i do not know is that important or does it's related, but Cmake generates the following warning during compilation:
...........................................................................................
src/lib/plugins/qml/api/extensionscheme/qmlextensionscheme.h:54: Warning: Class QmlExtensionScheme implements the interface QQmlParserStatus but does not list it in Q_INTERFACES. qobject_cast to QQmlParserStatus will not work!
...........................................................................................
Comment 1 David Rosca 2018-09-30 17:15:44 UTC
There is an example qml extension: https://phabricator.kde.org/D14519

Also bugzilla is not for questions, use mailing list or irc instead.
Comment 2 The_assassin 2018-09-30 18:09:26 UTC
I was placed the example extension folder in "plugins" directory, so it was not working, but curently i solved it. I opened this issue mist likely because of the warning.
However...
My bad, sorry!