mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-21 16:50:53 +01:00
Mod doc set style de same
This commit is contained in:
@@ -80,8 +80,8 @@ m_diagram(diagram)
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief RotateSelectionCommand::undo
|
||||
*/
|
||||
@brief RotateSelectionCommand::undo
|
||||
*/
|
||||
void RotateSelectionCommand::undo()
|
||||
{
|
||||
m_diagram->showMe();
|
||||
@@ -96,8 +96,8 @@ void RotateSelectionCommand::undo()
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief RotateSelectionCommand::redo
|
||||
*/
|
||||
@brief RotateSelectionCommand::redo
|
||||
*/
|
||||
void RotateSelectionCommand::redo()
|
||||
{
|
||||
m_diagram->showMe();
|
||||
@@ -111,9 +111,9 @@ void RotateSelectionCommand::redo()
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief RotateSelectionCommand::isValid
|
||||
* @return true if this command rotate a least one item.
|
||||
*/
|
||||
@brief RotateSelectionCommand::isValid
|
||||
@return true if this command rotate a least one item.
|
||||
*/
|
||||
bool RotateSelectionCommand::isValid()
|
||||
{
|
||||
if(childCount())
|
||||
|
||||
Reference in New Issue
Block a user