1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01:00

* Enable BreakPad on Windows.

This commit is contained in:
Christian Muehlhaeuser 2011-09-24 10:57:21 +02:00
parent c6c91181ab
commit 1f6323941b

View File

@ -46,10 +46,7 @@ main( int argc, char *argv[] )
#endif
TomahawkApp a( argc, argv );
#ifndef Q_WS_WIN
new BreakPad( "/tmp" );
#endif
new BreakPad( QDir::tempPath() );
KDSingleApplicationGuard guard( &a, KDSingleApplicationGuard::AutoKillOtherInstances );
QObject::connect( &guard, SIGNAL( instanceStarted( KDSingleApplicationGuard::Instance ) ), &a, SLOT( instanceStarted( KDSingleApplicationGuard::Instance ) ) );