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

Commit

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

See merge request mer-core/statefs-qt!6
  • Loading branch information
pvuorela committed Jun 28, 2018
2 parents c91369d + 0e9a167 commit bae172b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions src/qml/contextkit-plugins.qmltypes
@@ -1,12 +1,13 @@
import QtQuick.tooling 1.1
import QtQuick.tooling 1.2

// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.
//
// This file was auto-generated by:
// 'qmlplugindump -notrelocatable org.freedesktop.contextkit 1.0'
// 'qmlplugindump -nonrelocatable org.freedesktop.contextkit 1.0'

Module {
dependencies: []
Component {
name: "ContextPropertyDeclarative"
defaultProperty: "value"
Expand Down
5 changes: 3 additions & 2 deletions src/qml/plugins.qmltypes
@@ -1,12 +1,13 @@
import QtQuick.tooling 1.1
import QtQuick.tooling 1.2

// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.
//
// This file was auto-generated by:
// 'qmlplugindump -notrelocatable Mer.State 1.1'
// 'qmlplugindump -nonrelocatable Mer.State 1.1'

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

0 comments on commit bae172b

Please sign in to comment.