mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-19 23:20:52 +01:00
Fix some doxygen issues
This commit is contained in:
@@ -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