This commit is contained in:
ctrlaltca 2017-03-12 18:23:58 +01:00 committed by GitHub
parent 877a5ca3b1
commit f9a025081a

View file

@ -224,4 +224,5 @@ bool DeleteHighlightedItemWhenShiftDelPressedEventFilter::eventFilter(QObject *o
void DlgConnect::actForgotPassword()
{
emit sigStartForgotPasswordRequest();
reject();
}