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
Utilities
KCharSelect
Commits
2d92dfd5
Commit
2d92dfd5
authored
Jun 01, 2021
by
Laurent Montel
😁
Browse files
We depend against qt5.15
parent
313f43b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
kcharselectdia.cc
View file @
2d92dfd5
...
...
@@ -188,12 +188,8 @@ KCharSelectDia::KCharSelectDia(QWidget *parent)
QMenu
*
bmmenu
=
new
QMenu
(
this
);
action
->
setMenu
(
bmmenu
);
#if KBOOKMARKS_VERSION < QT_VERSION_CHECK(5, 69, 0)
KBookmarkMenu
*
bm
=
new
KBookmarkMenu
(
manager
,
new
KCharSelectBookmarkOwner
(
this
),
bmmenu
,
actionCollection
());
#else
KBookmarkMenu
*
bm
=
new
KBookmarkMenu
(
manager
,
new
KCharSelectBookmarkOwner
(
this
),
bmmenu
);
actionCollection
()
->
addActions
(
bmmenu
->
actions
());
#endif
bm
->
setParent
(
this
);
...
...
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