1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-28 16:20:01 +02:00

Update submodule

This commit is contained in:
Dominik Schmidt
2014-04-18 15:11:43 +02:00
parent 5117980a0e
commit 0e4c6e2b16
3 changed files with 2 additions and 3 deletions

View File

@@ -169,7 +169,6 @@ main( int argc, char *argv[] )
new CrashReporter::Handler( QDir::tempPath(), TomahawkSettings::instance()->crashReporterEnabled() && !TomahawkUtils::headless(), "tomahawk_crash_reporter" );
#endif
#endif
TomahawkUtils::crash();
KDSingleApplicationGuard guard( KDSingleApplicationGuard::AutoKillOtherInstances );
QObject::connect( &guard, SIGNAL( instanceStarted( KDSingleApplicationGuard::Instance ) ), &a, SLOT( instanceStarted( KDSingleApplicationGuard::Instance ) ) );