1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 14:16:32 +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 ); new TomahawkSettingsGui( &a );
#endif #endif
#ifndef ENABLE_HEADLESS #ifndef ENABLE_HEADLESSs
#ifdef WITH_BREAKPAD #ifdef WITH_BREAKPAD
// new BreakPad( QDir::tempPath(), TomahawkSettings::instance()->crashReporterEnabled() && !TomahawkUtils::headless() ); new BreakPad( QDir::tempPath(), TomahawkSettings::instance()->crashReporterEnabled() && !TomahawkUtils::headless() );
#endif #endif
#endif #endif