Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jami-client-windows
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
savoirfairelinux
jami-client-windows
Commits
c1bb185a
Commit
c1bb185a
authored
Jul 17, 2015
by
Edric Milaret
Browse files
Options
Downloads
Patches
Plain Diff
im: adapt to lrc api change
Refs #77651 Change-Id: I359df0698e921f2f15ee04a7cb8a29965eff54da
parent
2d03da46
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
instantmessagingwidget.cpp
+3
-1
3 additions, 1 deletion
instantmessagingwidget.cpp
with
3 additions
and
1 deletion
instantmessagingwidget.cpp
+
3
−
1
View file @
c1bb185a
...
@@ -75,7 +75,9 @@ InstantMessagingWidget::setMediaText(Call *call)
...
@@ -75,7 +75,9 @@ InstantMessagingWidget::setMediaText(Call *call)
Media
::
Text
*
textMedia
=
call
->
addOutgoingMedia
<
Media
::
Text
>
();
Media
::
Text
*
textMedia
=
call
->
addOutgoingMedia
<
Media
::
Text
>
();
connect
(
ui
->
messageInput
,
&
QLineEdit
::
returnPressed
,
[
=
]()
connect
(
ui
->
messageInput
,
&
QLineEdit
::
returnPressed
,
[
=
]()
{
{
textMedia
->
send
(
ui
->
messageInput
->
text
());
QMap
<
QString
,
QString
>
messages
;
messages
[
"text/plain"
]
=
ui
->
messageInput
->
text
();
textMedia
->
send
(
messages
);
ui
->
messageInput
->
clear
();
ui
->
messageInput
->
clear
();
});
});
}
else
{
}
else
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment