Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Commit

Permalink
Merge branch 'jb46477' into 'master'
Browse files Browse the repository at this point in the history
[statefs-qt] Update plugins.qmltypes. Contributes to JB#46477

See merge request mer-core/statefs-qt!7
  • Loading branch information
pvuorela committed Jul 9, 2019
2 parents bae172b + bd28df4 commit acf6d96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/qml/contextkit-plugins.qmltypes
Expand Up @@ -7,7 +7,7 @@ import QtQuick.tooling 1.2
// 'qmlplugindump -nonrelocatable org.freedesktop.contextkit 1.0'

Module {
dependencies: []
dependencies: ["QtQuick 2.0"]
Component {
name: "ContextPropertyDeclarative"
defaultProperty: "value"
Expand Down
2 changes: 1 addition & 1 deletion src/qml/plugins.qmltypes
Expand Up @@ -7,7 +7,7 @@ import QtQuick.tooling 1.2
// 'qmlplugindump -nonrelocatable Mer.State 1.1'

Module {
dependencies: []
dependencies: ["QtQuick 2.0"]
Component {
name: "StateProperty"
defaultProperty: "value"
Expand Down

0 comments on commit acf6d96

Please sign in to comment.