mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
Fix what I assume is a typo.
This commit is contained in:
@@ -148,7 +148,7 @@ main( int argc, char *argv[] )
|
|||||||
new TomahawkSettingsGui( &a );
|
new TomahawkSettingsGui( &a );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef ENABLE_HEADLESSs
|
#ifndef ENABLE_HEADLESS
|
||||||
#ifdef WITH_BREAKPAD
|
#ifdef WITH_BREAKPAD
|
||||||
new BreakPad( QDir::tempPath(), TomahawkSettings::instance()->crashReporterEnabled() && !TomahawkUtils::headless() );
|
new BreakPad( QDir::tempPath(), TomahawkSettings::instance()->crashReporterEnabled() && !TomahawkUtils::headless() );
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user