Rectangle editor widget : use QPropertyUndoCommand instead of ChangePartCommand

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4064 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2015-07-22 13:19:43 +00:00
parent f24b1dd8d8
commit 6a902ca530
7 changed files with 115 additions and 151 deletions

View File

@@ -20,7 +20,6 @@
#include <QUndoCommand>
#include <QVariant>
#include <QPropertyAnimation>
class QObject;
@@ -50,7 +49,6 @@ class QPropertyUndoCommand : public QUndoCommand
const char *m_property_name;
QVariant m_old_value, m_new_value;
bool m_animate;
QPropertyAnimation m_animation;
};
#endif // QPROPERTYUNDOCOMMAND_H