Home
last modified time | relevance | path

Searched refs:slotSshUserAuthError (Results 1 – 4 of 4) sorted by relevance

/dports/net/x2goclient/x2goclient-4.1.2.2/src/
H A Dhttpbrokerclient.cpp105 …connect ( sshConnection, SIGNAL ( userAuthError ( QString ) ),this,SLOT ( slotSshUserAuthError ( Q… in createSshConnection()
161 slotSshUserAuthError ( errMsg ); in slotSshServerAuthError()
176 slotSshUserAuthError ( errMsg ); in slotSshServerAuthError()
188 slotSshUserAuthError ( sshMessage ); in slotSshServerAuthError()
210 slotSshUserAuthError ( tr ( "Host key verification failed." ) ); in slotSshServerAuthError()
255 slotSshUserAuthError("NO_ERROR"); in closeSSHInteractionDialog()
259 void HttpBrokerClient::slotSshUserAuthError(QString error) in slotSshUserAuthError() function in HttpBrokerClient
H A Dhttpbrokerclient.h83 void slotSshUserAuthError ( QString error );
H A Donmainwindow.h1055 void slotSshUserAuthError ( QString error );
H A Donmainwindow.cpp2887 …connect ( con, SIGNAL ( userAuthError ( QString ) ),this,SLOT ( slotSshUserAuthError ( QString ) )… in startSshConnection()
3028 slotSshUserAuthError("NO_ERROR"); in slotCloseInteractionDialog()
3177 slotSshUserAuthError ( tr ( "Host key verification failed." ) ); in slotSshServerAuthError()
3205 slotSshUserAuthError ( tr ( "Host key verification failed." ) ); in slotSshServerAuthError()
3225 slotSshUserAuthError ( sshMessage ); in slotSshServerAuthError()
3249 slotSshUserAuthError ( tr ( "Host key verification failed." ) ); in slotSshServerAuthError()
3257 void ONMainWindow::slotSshUserAuthError ( QString error ) in slotSshUserAuthError() function in ONMainWindow