mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-04 13:17:34 +02:00
* Try it with a parent.
This commit is contained in:
@@ -620,7 +620,7 @@ TomahawkWindow::checkForUpdates()
|
|||||||
void
|
void
|
||||||
TomahawkWindow::onSearch()
|
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() );
|
m_searchWidget->searchEdit->setText( QString() );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user