* @brief Default constructor. * Creates an object with a unique ID. */
| 61 | * Creates an object with a unique ID. |
| 62 | */ |
| 63 | InsertedObject() { |
| 64 | id = QUuid::createUuid().toString(QUuid::WithoutBraces); |
| 65 | } |
| 66 | |
| 67 | /** |
| 68 | * @brief Virtual destructor for proper polymorphic deletion. |
nothing calls this directly
no outgoing calls
no test coverage detected