1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-05 21:57:41 +02:00

Fix Wreorder warning

This commit is contained in:
Uwe L. Korn
2014-01-31 19:16:23 +00:00
parent 798b83cbe5
commit dad902523e

View File

@@ -148,8 +148,8 @@ TomahawkApp::TomahawkApp( int& argc, char *argv[] )
#ifndef ENABLE_HEADLESS #ifndef ENABLE_HEADLESS
, m_mainwindow( 0 ) , m_mainwindow( 0 )
#endif #endif
, m_headless( false )
, m_splashWidget( 0 ) , m_splashWidget( 0 )
, m_headless( false )
{ {
if ( arguments().contains( "--help" ) || arguments().contains( "-h" ) ) if ( arguments().contains( "--help" ) || arguments().contains( "-h" ) )
{ {