DiagramDesigner/diagramCavas/source/basePropertyProxy.cpp

13 lines
163 B
C++
Raw Normal View History

2026-01-30 18:36:55 +08:00
#include "basePropertyProxy.h"
BasePropertyProxy::BasePropertyProxy(QObject *parent)
: QObject(parent)
{
}
BasePropertyProxy::~BasePropertyProxy()
{
}