mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-21 08:40:53 +01:00
Mod doc set style de same
This commit is contained in:
@@ -25,11 +25,11 @@
|
||||
#include "qtextorientationspinboxwidget.h"
|
||||
|
||||
/**
|
||||
* @brief RotateTextsCommand::RotateTextsCommand
|
||||
* @param diagram : Apply the rotation to the selected texts and group of texts
|
||||
* of diagram at construction time.
|
||||
* @param parent : undo parent
|
||||
*/
|
||||
@brief RotateTextsCommand::RotateTextsCommand
|
||||
@param diagram : Apply the rotation to the selected texts and group of texts
|
||||
of diagram at construction time.
|
||||
@param parent : undo parent
|
||||
*/
|
||||
RotateTextsCommand::RotateTextsCommand(Diagram *diagram, QUndoCommand *parent) :
|
||||
QUndoCommand(parent),
|
||||
m_diagram(diagram)
|
||||
|
||||
Reference in New Issue
Block a user