mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
attempt strange fix
This commit is contained in:
@@ -51,8 +51,10 @@ public:
|
|||||||
setMaximumSize( sizeHint() ); // to remove the resize grip on osx this is the only way
|
setMaximumSize( sizeHint() ); // to remove the resize grip on osx this is the only way
|
||||||
|
|
||||||
connect( conf, SIGNAL( sizeHintChanged() ), this, SLOT( updateSizeHint() ) );
|
connect( conf, SIGNAL( sizeHintChanged() ), this, SLOT( updateSizeHint() ) );
|
||||||
#endif
|
#else
|
||||||
m_widget->setVisible( true );
|
m_widget->setVisible( true );
|
||||||
|
#endif
|
||||||
|
|
||||||
}
|
}
|
||||||
public slots:
|
public slots:
|
||||||
void closed( QAbstractButton* b )
|
void closed( QAbstractButton* b )
|
||||||
|
Reference in New Issue
Block a user