mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-30 19:00:12 +02:00
Fix Wreorder warning
This commit is contained in:
@@ -148,8 +148,8 @@ TomahawkApp::TomahawkApp( int& argc, char *argv[] )
|
||||
#ifndef ENABLE_HEADLESS
|
||||
, m_mainwindow( 0 )
|
||||
#endif
|
||||
, m_headless( false )
|
||||
, m_splashWidget( 0 )
|
||||
, m_headless( false )
|
||||
{
|
||||
if ( arguments().contains( "--help" ) || arguments().contains( "-h" ) )
|
||||
{
|
||||
|
Reference in New Issue
Block a user