This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
powersync-app/guh-control/ui/actiondelegates/ActionDelegateBase.qml
2017-10-22 18:40:17 +02:00

11 lines
150 B
QML

import QtQuick 2.5
Item {
id: root
property var actionType: null
property var actionState: null
signal executeAction(var params)
}