mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-25 02:09:48 +01:00
* AnimatedWidget emits a signal when the sliding animation is done.
This commit is contained in:
parent
6695372639
commit
83e073fc7c
@ -277,6 +277,8 @@ AnimatedWidget::onAnimationFinished()
|
||||
{
|
||||
setFixedHeight( hiddenSize().height() );
|
||||
}
|
||||
|
||||
emit animationFinished();
|
||||
}
|
||||
|
||||
|
||||
|
@ -104,6 +104,8 @@ public slots:
|
||||
signals:
|
||||
void showWidget();
|
||||
void hideWidget();
|
||||
|
||||
void animationFinished();
|
||||
|
||||
void resizeBy( const QPoint& delta );
|
||||
void sizeChanged( const QSize& size );
|
||||
|
Loading…
x
Reference in New Issue
Block a user