DEBSOURCES
Skip Quicknav
sources / qt6-remoteobjects / 6.4.2-1 / examples / remoteobjects / simpleswitch / registryconnectedserver / simpleswitch.rep
12345678
#include <QtCore> class SimpleSwitch { PROP(bool currState=false); SLOT(void server_slot(bool clientState)); };