1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-19 15:29:42 +01:00

Style fixes.

This commit is contained in:
Christian Muehlhaeuser 2014-10-12 14:51:07 +02:00
parent ed2b007238
commit 5fd592ca5e
2 changed files with 4 additions and 11 deletions

View File

@ -221,7 +221,7 @@ DynamicWidget::sizeHint() const
void
DynamicWidget::resizeEvent(QResizeEvent* )
DynamicWidget::resizeEvent( QResizeEvent* )
{
layoutFloatingWidgets();
}
@ -266,7 +266,7 @@ DynamicWidget::playlistChanged( Tomahawk::playlistinterface_ptr pl )
void
DynamicWidget::showEvent(QShowEvent* )
DynamicWidget::showEvent( QShowEvent* )
{
if ( !m_playlist.isNull() && !m_runningOnDemand )
m_setup->fadeIn();

View File

@ -29,15 +29,8 @@
class AnimatedSpinner;
class QShowEvent;
class QHideEvent;
class QSpinBox;
class QVBoxLayout;
class QHBoxLayout;
class QPushButton;
class QComboBox;
class PlaylistModel;
class AnimatedSplitter;
class QLabel;
class ReadOrWriteWidget;
namespace Tomahawk
{
@ -66,7 +59,7 @@ public:
virtual QSize sizeHint() const;
virtual void resizeEvent( QResizeEvent* );
virtual void showEvent(QShowEvent* );
virtual void showEvent( QShowEvent* );
static void paintRoundedFilledRect( QPainter& p, QPalette& pal, QRect& r, qreal opacity = .95 );
@ -80,7 +73,7 @@ public:
public slots:
void onRevisionLoaded( const Tomahawk::DynamicPlaylistRevision& rev );
void playlistTypeChanged(QString);
void playlistTypeChanged( QString );
void startStation();
void stopStation( bool stopPlaying = true );