1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-19 07:27:59 +01:00

Disable breakpad for an osx nightly

This commit is contained in:
Leo Franchi 2012-03-04 12:55:05 -05:00
parent 585f32c4d8
commit 5a56a3e060

View File

@ -96,7 +96,7 @@ main( int argc, char *argv[] )
#endif
#ifndef ENABLE_HEADLESS
new BreakPad( QDir::tempPath(), TomahawkSettings::instance()->crashReporterEnabled() );
//new BreakPad( QDir::tempPath(), TomahawkSettings::instance()->crashReporterEnabled() );
#endif
KDSingleApplicationGuard guard( &a, KDSingleApplicationGuard::AutoKillOtherInstances );