1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-25 18:30:20 +01:00

Uncomment out, oops

This commit is contained in:
Leo Franchi 2012-03-28 21:39:17 -04:00
parent 704c736046
commit f39e9621a0

View File

@ -124,7 +124,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 );