#include "basePropertyProxy.h" BasePropertyProxy::BasePropertyProxy(QObject *parent) : QObject(parent) { } BasePropertyProxy::~BasePropertyProxy() { }