DEBSOURCES
Skip Quicknav
sources / quickflux / 1.1.3%2Bgit20201110.2a37acf-4 / examples / todo / stores / MainStore.qml
12345678
pragma Singleton import QtQuick 2.0 import QuickFlux 1.1 RootStore { /// Set the source of actions from AppDispatcher bindSource: AppDispatcher }