Skip to content
Snippets Groups Projects
Commit 796ead9b authored by jpbl's avatar jpbl
Browse files

now we have a messagebox for resending the getcallstatus if it failed

parent 77e010eb
Branches
Tags
No related merge requests found
......@@ -71,7 +71,7 @@ SFLPhoneApp::initConnections(SFLPhoneWindow *w)
QObject::connect(&PhoneLineManager::instance(), SIGNAL(gotErrorOnCallStatus()),
w, SLOT(askResendStatus()));
QObject::connect(w, SIGNAL(resendStatusAsked),
QObject::connect(w, SIGNAL(resendStatusAsked()),
&PhoneLineManager::instance(), SIGNAL(readyToSendStatus()));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment