1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 03:10:12 +02:00

Disable crash reporter temporarily

This commit is contained in:
Dominik Schmidt
2014-08-28 18:20:33 +02:00
parent f1aeb969d9
commit cfd677ccb6

View File

@@ -159,7 +159,7 @@ main( int argc, char *argv[] )
new TomahawkSettings( &a );
#ifdef WITH_CRASHREPORTER
new CrashReporter::Handler( QDir::tempPath(), TomahawkSettings::instance()->crashReporterEnabled() && !TomahawkUtils::headless(), "tomahawk_crash_reporter" );
// new CrashReporter::Handler( QDir::tempPath(), TomahawkSettings::instance()->crashReporterEnabled() && !TomahawkUtils::headless(), "tomahawk_crash_reporter" );
#endif
KDSingleApplicationGuard guard( KDSingleApplicationGuard::AutoKillOtherInstances );