mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-04 11:30:52 +01:00
Fix some doxygen issues
This commit is contained in:
@@ -480,6 +480,7 @@ QList<CustomElementPart *> ScalePartsCommand::scaledPrimitives() const {
|
||||
}
|
||||
|
||||
/**
|
||||
@brief ScalePartsCommand::setTransformation
|
||||
Define the transformation applied by this command
|
||||
@param original_rect Bounding rectangle for all scaled primitives before the operation
|
||||
@param original_rect Bounding rectangle for all scaled primitives after the operation
|
||||
|
||||
@@ -424,8 +424,9 @@ void QETElementEditor::setupMenus() {
|
||||
/**
|
||||
@brief QETElementEditor::contextMenu
|
||||
Display a context menu, with all available action.
|
||||
@param p, the pos of the menu, in screen coordinate
|
||||
@param actions, a list of actions who can be prepended to the context menu.
|
||||
@param p : the pos of the menu, in screen coordinate
|
||||
@param actions :
|
||||
a list of actions who can be prepended to the context menu.
|
||||
*/
|
||||
void QETElementEditor::contextMenu(QPoint p, QList<QAction *> actions) {
|
||||
QMenu menu(this);
|
||||
|
||||
Reference in New Issue
Block a user