1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

QmlExtensionScheme: Fix warning about QQmlParserStatus qobject_cast

This commit is contained in:
David Rosca 2019-04-20 10:46:53 +02:00
parent eb4b68fdd9
commit 10eb20c162
No known key found for this signature in database
GPG Key ID: EBC3FC294452C6D8

View File

@ -30,6 +30,7 @@ class QmlExtensionSchemeHandler;
class QmlExtensionScheme : public QObject, public QQmlParserStatus class QmlExtensionScheme : public QObject, public QQmlParserStatus
{ {
Q_OBJECT Q_OBJECT
Q_INTERFACES(QQmlParserStatus)
/** /**
* @brief extension scheme handle name * @brief extension scheme handle name
*/ */