1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-05 08:32:42 +02:00

attempt strange fix

This commit is contained in:
Leo Franchi 2011-06-04 20:07:12 -04:00
parent e5bdab9f9b
commit 73e5828d41

View File

@ -51,8 +51,10 @@ public:
setMaximumSize( sizeHint() ); // to remove the resize grip on osx this is the only way
connect( conf, SIGNAL( sizeHintChanged() ), this, SLOT( updateSizeHint() ) );
#endif
#else
m_widget->setVisible( true );
#endif
}
public slots:
void closed( QAbstractButton* b )