File: ScreenGrabber.qmltypes

package info (click to toggle)
lomiri 0.5.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 24,088 kB
  • sloc: cpp: 39,498; python: 2,559; javascript: 1,426; ansic: 1,012; sh: 289; xml: 252; makefile: 69
file content (17 lines) | stat: -rw-r--r-- 475 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 by:
// 'qmlplugindump -notrelocatable ScreenGrabber 0.1 plugins'

Module {
    Component {
        name: "ScreenGrabber"
        prototype: "QObject"
        exports: ["ScreenGrabber/ScreenGrabber 0.1"]
        exportMetaObjectRevisions: [0]
        Method { name: "captureAndSave" }
    }
}