mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-22 01:10:53 +01:00
Mod doc to set style de same + Fix indentation code
This commit is contained in:
committed by
Laurent Trinques
parent
251dfdf37a
commit
2cdfce18ec
@@ -34,10 +34,10 @@ class DiagramImageItem;
|
||||
class QetGraphicsItem;
|
||||
|
||||
/**
|
||||
* @brief The AddItemCommand class
|
||||
* This command add an item in a diagram
|
||||
* The item to add is template, but must be QGraphicsItem or derived.
|
||||
*/
|
||||
@brief The AddItemCommand class
|
||||
This command add an item in a diagram
|
||||
The item to add is template, but must be QGraphicsItem or derived.
|
||||
*/
|
||||
template <typename QGI>
|
||||
class AddItemCommand : public QUndoCommand {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user