6 lines
120 B
C++
6 lines
120 B
C++
|
|
#include "global.h"
|
||
|
|
|
||
|
|
QMap<AbstractItemType,GraphicsItemType> corresbondItem::linkType = {
|
||
|
|
{AIT_bus,GIT_bus},
|
||
|
|
};
|