13 lines
163 B
C++
13 lines
163 B
C++
|
|
#include "basePropertyProxy.h"
|
||
|
|
|
||
|
|
BasePropertyProxy::BasePropertyProxy(QObject *parent)
|
||
|
|
: QObject(parent)
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
BasePropertyProxy::~BasePropertyProxy()
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|