This file is indexed.

/usr/lib/x86_64-linux-gnu/qt5/qml/QtPublishSubscribe/plugins.qmltypes is in qml-module-qtpublishsubscribe 5.0~git20141206~44f70d99-0ubuntu8.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
import QtQuick.tooling 1.1

// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.
//
// This file was auto-generated with the command 'qmlplugindump -notrelocatable QtPublishSubscribe 5.0'.

Module {
    Component {
        name: "QDeclarativeValueSpacePublisher"
        prototype: "QObject"
        exports: ["QtPublishSubscribe/ValueSpacePublisher 5.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "hasSubscribers"; type: "bool"; isReadonly: true }
        Property { name: "path"; type: "string" }
        Property { name: "keys"; type: "QStringList" }
        Property { name: "value"; type: "QVariant" }
        Signal { name: "subscribersChanged" }
    }
    Component {
        name: "QDeclarativeValueSpaceSubscriber"
        prototype: "QObject"
        exports: ["QtPublishSubscribe/ValueSpaceSubscriber 5.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "connected"; type: "bool"; isReadonly: true }
        Property { name: "path"; type: "string" }
        Property { name: "subPaths"; type: "QStringList"; isReadonly: true }
        Property { name: "value"; type: "QVariant"; isReadonly: true }
        Signal { name: "contentsChanged" }
    }
}