#include <QtCore>

class SimpleSwitch
{
    PROP(bool currState=false);
    SLOT(void server_slot(bool clientState));
};
