DiagramDesigner/diagramCavas/source/basePropertyProxy.cpp

13 lines
163 B
C++
Raw Normal View History

2026-03-23 11:06:17 +08:00
#include "basePropertyProxy.h"
BasePropertyProxy::BasePropertyProxy(QObject *parent)
: QObject(parent)
{
}
BasePropertyProxy::~BasePropertyProxy()
{
}