Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
jami-client-windows
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
savoirfairelinux
jami-client-windows
Commits
c1bb185a
Commit
c1bb185a
authored
Jul 17, 2015
by
Edric Milaret
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
im: adapt to lrc api change
Refs #77651 Change-Id: I359df0698e921f2f15ee04a7cb8a29965eff54da
parent
2d03da46
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
instantmessagingwidget.cpp
instantmessagingwidget.cpp
+3
-1
No files found.
instantmessagingwidget.cpp
View file @
c1bb185a
...
...
@@ -75,7 +75,9 @@ InstantMessagingWidget::setMediaText(Call *call)
Media
::
Text
*
textMedia
=
call
->
addOutgoingMedia
<
Media
::
Text
>
();
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
();
});
}
else
{
...
...
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