Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
796ead9b
Commit
796ead9b
authored
Sep 29, 2005
by
jpbl
Browse files
now we have a messagebox for resending the getcallstatus if it failed
parent
77e010eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/gui/official/SFLPhoneApp.cpp
View file @
796ead9b
...
...
@@ -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
()));
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment