Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KPimTextEdit
Commits
16907a8f
Commit
16907a8f
authored
Aug 27, 2020
by
Laurent Montel
😁
Browse files
Assign value directly
parent
74b85b75
Pipeline
#31937
passed with stage
in 9 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/emoticon/emoticonlistwidgetselector.cpp
View file @
16907a8f
...
...
@@ -10,7 +10,7 @@
using
namespace
KPIMTextEdit
;
EmoticonTextEditItem
::
EmoticonTextEditItem
(
const
QString
&
emoticonText
,
QListWidget
*
parent
)
:
QListWidgetItem
(
m
Text
,
parent
)
:
QListWidgetItem
(
emoticon
Text
,
parent
)
,
mText
(
emoticonText
)
{
}
...
...
Write
Preview
Supports
Markdown
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