mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-10 11:09:59 +02:00
WIP
This commit is contained in:
@@ -25,10 +25,7 @@
|
||||
* @param parent, Parent Item
|
||||
*/
|
||||
QetGraphicsItem::QetGraphicsItem(QGraphicsItem *parent):
|
||||
QGraphicsObject(parent),
|
||||
is_movable_(true),
|
||||
m_first_move(true),
|
||||
snap_to_grid_(true)
|
||||
QGraphicsObject(parent)
|
||||
{}
|
||||
|
||||
QetGraphicsItem::~QetGraphicsItem()
|
||||
|
||||
Reference in New Issue
Block a user