1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 14:16:32 +02:00

Revert "Disable breakpad for an osx nightly"

This reverts commit 5a56a3e060.
This commit is contained in:
Leo Franchi
2012-03-04 13:21:41 -05:00
parent 5a56a3e060
commit 6483c55749

View File

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