Skip to content

Commit

Permalink
[nemo-filemanager] Update plugins.qmltypes. Contributes to JB#43826
Browse files Browse the repository at this point in the history
  • Loading branch information
martyone committed Nov 15, 2018
1 parent 123ced4 commit c686b12
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/plugin/plugins.qmltypes
Expand Up @@ -216,6 +216,19 @@ Module {
Method { name: "selectAllFiles" }
Method { name: "selectedFiles"; type: "QStringList" }
}
Component {
name: "FileWatcher"
prototype: "QObject"
exports: ["Nemo.FileManager/FileWatcher 1.0"]
exportMetaObjectRevisions: [0]
Property { name: "fileName"; type: "string" }
Property { name: "exists"; type: "bool"; isReadonly: true }
Method {
name: "testFileExists"
type: "bool"
Parameter { name: "fileName"; type: "string" }
}
}
Component {
name: "QAbstractItemModel"
prototype: "QObject"
Expand Down

0 comments on commit c686b12

Please sign in to comment.