Mod doc set style de same

This commit is contained in:
Simon De Backer
2020-08-16 11:19:36 +02:00
parent 90417ae509
commit d4ee161c07
274 changed files with 6823 additions and 6756 deletions

View File

@@ -36,12 +36,12 @@
#include "projectdbmodel.h"
/**
* @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 parent : parent widget of the returned editor
* @return an editor or nullptr
*/
@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 parent : parent widget of the returned editor
@return an editor or nullptr
*/
PropertiesEditorWidget *PropertiesEditorFactory::propertiesEditor(QAbstractItemModel *model, PropertiesEditorWidget *editor, QWidget *parent)
{
Q_UNUSED(model)