From 674177d9fa3d67b4dafbb37613bd17afbc7866ac Mon Sep 17 00:00:00 2001 From: blacksun Date: Sun, 9 Jun 2013 19:24:04 +0000 Subject: [PATCH] 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 --- sources/diagramcommands.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/diagramcommands.h b/sources/diagramcommands.h index 2e2f6fd0e..f9d9fa443 100644 --- a/sources/diagramcommands.h +++ b/sources/diagramcommands.h @@ -323,6 +323,7 @@ class RotateElementsCommand : public QUndoCommand { QList texts_to_rotate; /// angle of rotation to be applied to text items qreal applied_rotation_angle_; + bool previous_rotate_by_user_; }; /**