1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-22 16:59:58 +01:00

Revert "* Disable BreakPad for testing."

This reverts commit a80803769da226b3e1a12253b12e809be6599d6f.
This commit is contained in:
Christian Muehlhaeuser 2013-01-17 12:36:54 +01:00
parent d8a47f7ef6
commit 3bf144779b

View File

@ -148,9 +148,9 @@ main( int argc, char *argv[] )
new TomahawkSettingsGui( &a );
#endif
#ifndef ENABLE_HEADLESS
#ifndef ENABLE_HEADLESSs
#ifdef WITH_BREAKPAD
// new BreakPad( QDir::tempPath(), TomahawkSettings::instance()->crashReporterEnabled() && !TomahawkUtils::headless() );
new BreakPad( QDir::tempPath(), TomahawkSettings::instance()->crashReporterEnabled() && !TomahawkUtils::headless() );
#endif
#endif