1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02:00

Revert "* Disable BreakPad for testing."

This reverts commit a80803769d.
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