]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/kitemviews/private/kitemlistviewanimation.cpp
Build TerminalPanel also on Windows
[dolphin.git] / src / kitemviews / private / kitemlistviewanimation.cpp
index 5d8dade6eed6948289e91e6a41398239dc6b2fc1..89b3452108259adb759b756c728a24e9cd1fff60 100644 (file)
@@ -21,7 +21,6 @@
 
 #include <kitemviews/kitemlistview.h>
 
-#include <QDebug>
 
 #include <QGraphicsWidget>
 #include <QPropertyAnimation>
@@ -117,7 +116,7 @@ void KItemListViewAnimation::start(QGraphicsWidget* widget, AnimationType type,
 {
     stop(widget, type);
 
-    QPropertyAnimation* propertyAnim = 0;
+    QPropertyAnimation* propertyAnim = nullptr;
     const int animationDuration = widget->style()->styleHint(QStyle::SH_Widget_Animate) ? 200 : 1;
 
     switch (type) {