mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-29 23:40:51 +01:00
Mod doc set style de same
This commit is contained in:
@@ -23,11 +23,11 @@
|
||||
class Element;
|
||||
|
||||
/**
|
||||
* @brief The LinkElementCommand class
|
||||
* This undo class manage link between elements.
|
||||
* In the same instance of this class, we can link and unlink elements from an edited element
|
||||
* This undo class support the merge.
|
||||
*/
|
||||
@brief The LinkElementCommand class
|
||||
This undo class manage link between elements.
|
||||
In the same instance of this class, we can link and unlink elements from an edited element
|
||||
This undo class support the merge.
|
||||
*/
|
||||
class LinkElementCommand : public QUndoCommand
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user