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
dd7402c7
Commit
dd7402c7
authored
Sep 17, 2021
by
Laurent Montel
😁
Browse files
Use icon here
parent
8b91c368
Changes
1
Show whitespace changes
Inline
Side-by-side
src/emoticon/emoticonunicodetab.cpp
View file @
dd7402c7
...
...
@@ -47,7 +47,7 @@ void EmoticonUnicodeTab::createSearchTab()
mEmoticonUnicodeSearchProxyModel
=
new
EmoticonUnicodeProxyModel
(
this
);
mEmoticonUnicodeSearchProxyModel
->
setSourceModel
(
mEmoticonUnicodeModel
);
allEmojisView
->
setModel
(
mEmoticonUnicodeSearchProxyModel
);
mSearchTabIndex
=
addTab
(
allEmojisView
,
i18n
(
"Search"
)
);
mSearchTabIndex
=
addTab
(
allEmojisView
,
QIcon
::
fromTheme
(
QStringLiteral
(
"edit-find"
)),
{}
);
connect
(
allEmojisView
,
&
KPIMTextEdit
::
EmoticonListView
::
emojiItemSelected
,
this
,
&
EmoticonUnicodeTab
::
itemSelected
);
}
...
...
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