mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 13:30:34 +01:00
Fix some doxygen issues
This commit is contained in:
@@ -38,7 +38,9 @@
|
||||
/**
|
||||
@brief PropertiesEditorFactory::propertiesEditor
|
||||
@param model : the model to be edited
|
||||
@param editor : if the properties editor to be created is the same class as @editor, the this function set @item as edited item of @editor and return editor
|
||||
@param editor :
|
||||
if the properties editor to be created is the same class as editor,
|
||||
the this function set item as edited item of editor and return editor
|
||||
@param parent : parent widget of the returned editor
|
||||
@return an editor or nullptr
|
||||
*/
|
||||
@@ -62,11 +64,13 @@ PropertiesEditorWidget *PropertiesEditorFactory::propertiesEditor(QAbstractItemM
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief propertiesEditor
|
||||
* @param items : The items to be edited
|
||||
* @param editor : If the properties editor to be created is the same class as @editor, then this function set @item as edited item of @editor and return editor
|
||||
* @param parent : parent widget of the returned editor
|
||||
* @return : an editor or nullptr;
|
||||
@brief propertiesEditor
|
||||
@param items : The items to be edited
|
||||
@param editor :
|
||||
If the properties editor to be created is the same class as editor,
|
||||
then this function set item as edited item of editor and return editor
|
||||
@param parent : parent widget of the returned editor
|
||||
@return : an editor or nullptr;
|
||||
*/
|
||||
PropertiesEditorWidget *PropertiesEditorFactory::propertiesEditor(QList<QGraphicsItem *> items, PropertiesEditorWidget *editor, QWidget *parent)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user