IOT dashboard: Comment out cube effect for now

This commit is contained in:
Peter Hartmann 2022-08-02 14:00:51 +02:00 committed by uwerat
parent 3e1ef84480
commit 966d8a6a2e

View File

@ -109,7 +109,8 @@ void MainItem::gestureEvent( QskGestureEvent* event )
direction = ( delta.y() < 0 ) ? Qsk::TopToBottom : Qsk::BottomToTop;
}
m_cube->startAnimation( direction );
// ### uncomment once animations are working:
// m_cube->startAnimation( direction );
}
}