Bug 399201 - About Qml extension (a question (most likely))
Summary: About Qml extension (a question (most likely))
Status: RESOLVED NOT A BUG
Alias: None
Product: Falkon
Classification: Applications
Component: extensions (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: David Rosca
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-29 07:25 UTC by The_assassin
Modified: 2018-09-30 18:09 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!