mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-20 08:10:52 +01:00
Revamp the structur of project database
This commit is contained in:
@@ -444,6 +444,14 @@ void Diagram::keyReleaseEvent(QKeyEvent *e)
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Diagram::uuid
|
||||
* @return the uuid of this diagram
|
||||
*/
|
||||
QUuid Diagram::uuid() {
|
||||
return m_uuid;
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Diagram::setEventInterface
|
||||
* Set event_interface has current interface.
|
||||
|
||||
Reference in New Issue
Block a user