forget this file from the last comit

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2230 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2013-06-09 19:24:04 +00:00
parent d91d60aed2
commit 674177d9fa

View File

@@ -323,6 +323,7 @@ class RotateElementsCommand : public QUndoCommand {
QList<DiagramTextItem *> texts_to_rotate;
/// angle of rotation to be applied to text items
qreal applied_rotation_angle_;
bool previous_rotate_by_user_;
};
/**