qelectrotech-source-mirror/editor/customelementpart.cpp

7 lines
165 B
C++
Raw Normal View History

#include "customelementpart.h"
#include "customelement.h"
QPicture *CustomElementPart::getCustomElementQPicture(CustomElement &ce) const {
return(&(ce.dessin));
}