File: ActionTypes.qml

package info (click to toggle)
quickflux 1.1.3%2Bgit20201110.2a37acf-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,048 kB
  • sloc: cpp: 2,874; makefile: 26
file content (16 lines) | stat: -rw-r--r-- 274 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pragma Singleton
import QtQuick 2.0
import QuickFlux 1.0

KeyTable {
    // KeyTable is an object with properties equal to its key name

    property string addTask

    property string setTaskDone

    property string setShowCompletedTasks

    property string startApp
}