mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-21 05:11:44 +02:00
* Set initial connection state.
This commit is contained in:
@@ -177,6 +177,9 @@ TomahawkWindow::setupSignals()
|
||||
connect( APP->sipHandler(), SIGNAL( connected() ), SLOT( onSipConnected() ) );
|
||||
connect( APP->sipHandler(), SIGNAL( disconnected() ), SLOT( onSipDisconnected() ) );
|
||||
connect( APP->sipHandler(), SIGNAL( authError() ), SLOT( onSipError() ) );
|
||||
|
||||
// set initial connection state
|
||||
onSipDisconnected();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user