disabled drop preview animation

This commit is contained in:
fourtf
2018-05-08 20:35:31 +02:00
parent 463a1f1945
commit 5fcf42f1fc
6 changed files with 37 additions and 28 deletions
+3 -3
View File
@@ -19,9 +19,9 @@ protected:
void paintEvent(QPaintEvent *) override;
void hideEvent(QHideEvent *) override;
QPropertyAnimation positionAnimation;
QRect desiredGeometry;
bool animate = false;
// QPropertyAnimation positionAnimation;
// QRect desiredGeometry;
// bool animate = false;
};
} // namespace widgets