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:
parent
c6c91181ab
commit
1f6323941b
@ -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 ) ) );
|
||||
|
Loading…
x
Reference in New Issue
Block a user