changed notation

This commit is contained in:
fourtf
2017-01-18 04:33:30 +01:00
parent 552e4c957a
commit 10e4a0f785
61 changed files with 1214 additions and 1051 deletions
+2 -2
View File
@@ -14,8 +14,8 @@ public:
protected:
void paintEvent(QPaintEvent *);
QPropertyAnimation m_positionAnimation;
QRect m_desiredGeometry;
QPropertyAnimation positionAnimation;
QRect desiredGeometry;
};
#endif // NOTEBOOKPAGEDROPPREVIEW_H