1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-17 19:37:09 +02:00

* Fix missing window title.

This commit is contained in:
Christian Muehlhaeuser
2010-11-25 06:11:31 +01:00
parent 520fdceda2
commit 829e0a8a2f

View File

@@ -157,8 +157,8 @@ TomahawkApp::TomahawkApp( int& argc, char *argv[] )
#ifndef TOMAHAWK_HEADLESS
if ( !m_headless )
{
m_mainwindow = new TomahawkWindow();
m_mainwindow->setWindowTitle( "Tomahawk" );
m_mainwindow->show();
connect( m_mainwindow, SIGNAL( settingsChanged() ), SIGNAL( settingsChanged() ) );
}