mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Fix some doxygen issues
This commit is contained in:
@@ -19,10 +19,9 @@
|
||||
#include "diagram.h"
|
||||
|
||||
/**
|
||||
@brief QetGraphicsItem::QetGraphicsItem Default constructor
|
||||
@param uuid, uuid of the item
|
||||
@param diagram, diagram aka QGraphicsScene of the item
|
||||
@param parent, Parent Item
|
||||
@brief QetGraphicsItem::QetGraphicsItem
|
||||
Default constructor
|
||||
@param parent : Parent Item
|
||||
*/
|
||||
QetGraphicsItem::QetGraphicsItem(QGraphicsItem *parent):
|
||||
QGraphicsObject(parent),
|
||||
@@ -144,8 +143,8 @@ void QetGraphicsItem::mouseMoveEvent(QGraphicsSceneMouseEvent *event)
|
||||
|
||||
/**
|
||||
@brief QetGraphicsItem::mouseReleaseEvent
|
||||
*handle mouse release click
|
||||
@param e
|
||||
handle mouse release click
|
||||
@param event
|
||||
*/
|
||||
void QetGraphicsItem::mouseReleaseEvent(QGraphicsSceneMouseEvent *event)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user