1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-13 20:41:58 +02:00

disable break for a sec

This commit is contained in:
Leo Franchi 2012-03-03 11:39:49 -05:00
parent a2d0899285
commit 2cc4fccd66

View File

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