mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-04 20:59:59 +01: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