mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
* Fixed OS X compilation.
This commit is contained in:
@@ -194,7 +194,7 @@ TomahawkWindow::TomahawkWindow( QWidget* parent )
|
||||
|
||||
m_searchWidget->searchEdit->setStyleSheet( "QLineEdit { border: 1px solid gray; border-radius: 6px; margin-right: 2px; }" );
|
||||
#ifdef Q_WS_MAC
|
||||
ui->filterEdit->setAttribute( Qt::WA_MacShowFocusRect, 0 );
|
||||
m_searchWidget->searchEdit->setAttribute( Qt::WA_MacShowFocusRect, 0 );
|
||||
#endif
|
||||
|
||||
connect( m_searchWidget->searchEdit, SIGNAL( returnPressed() ), SLOT( onSearch() ) );
|
||||
|
Reference in New Issue
Block a user