mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 05:00:33 +01:00
Mod doc set style de same
This commit is contained in:
@@ -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()) ))
|
||||
|
||||
Reference in New Issue
Block a user