IOT dashboard: Comment out cube effect for now
This commit is contained in:
parent
f531158700
commit
f24d049dc5
|
@ -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 );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue