DiagramDesigner/common/source/global.cpp

6 lines
120 B
C++
Raw Normal View History

2025-03-28 18:08:21 +08:00
#include "global.h"
QMap<AbstractItemType,GraphicsItemType> corresbondItem::linkType = {
{AIT_bus,GIT_bus},
};