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

@@ -25,12 +25,12 @@
ElementFactory* ElementFactory::factory_ = nullptr;
/**
* @brief ElementFactory::createElement
* @param location create element at this location
* @param qgi parent item for this elemnt
* @param state state of the creation
* @return the element or 0
*/
@brief ElementFactory::createElement
@param location create element at this location
@param qgi parent item for this elemnt
@param state state of the creation
@return the element or 0
*/
Element * ElementFactory::createElement(const ElementsLocation &location, QGraphicsItem *qgi, int *state)
{
if (Q_UNLIKELY( !(location.isElement() && location.exist()) ))