mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +02:00
* Enable BreakPad on Windows.
This commit is contained in:
@@ -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 ) ) );
|
||||
|
Reference in New Issue
Block a user