mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 05:37:29 +02:00
Fix Wreorder warning
This commit is contained in:
@@ -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" ) )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user