IOT dashboard: Comment out cube effect for now
This commit is contained in:
parent
3e1ef84480
commit
966d8a6a2e
|
@ -109,7 +109,8 @@ void MainItem::gestureEvent( QskGestureEvent* event )
|
||||||
direction = ( delta.y() < 0 ) ? Qsk::TopToBottom : Qsk::BottomToTop;
|
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