mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-14 13:01:53 +02:00
* Try it with a parent.
This commit is contained in:
parent
65c33e70f5
commit
2a43c7df78
@ -620,7 +620,7 @@ TomahawkWindow::checkForUpdates()
|
||||
void
|
||||
TomahawkWindow::onSearch()
|
||||
{
|
||||
ViewManager::instance()->show( new SearchWidget( m_searchWidget->searchEdit->text() ) );
|
||||
ViewManager::instance()->show( new SearchWidget( m_searchWidget->searchEdit->text(), this ) );
|
||||
m_searchWidget->searchEdit->setText( QString() );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user