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
KEditBookmarks
Commits
e36441eb
Commit
e36441eb
authored
Dec 15, 2021
by
Laurent Montel
😁
Browse files
We depend agains 5.85.
parent
509efd64
Pipeline
#110417
passed with stage
in 1 minute and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/actionsimpl.cpp
View file @
e36441eb
...
...
@@ -35,7 +35,6 @@
#include <stdlib.h>
#include "keditbookmarks_debug.h"
#include <kxmlgui_version.h>
#include <QApplication>
#include <QClipboard>
...
...
@@ -75,11 +74,7 @@ void KEBApp::createActions()
// save and quit should probably not be in the toplevel???
(
void
)
KStandardAction
::
quit
(
this
,
SLOT
(
close
()),
actionCollection
());
#if KXMLGUI_VERSION >= QT_VERSION_CHECK(5, 84, 0)
KStandardAction
::
keyBindings
(
guiFactory
(),
&
KXMLGUIFactory
::
showConfigureShortcutsDialog
,
actionCollection
());
#else
KStandardAction
::
keyBindings
(
guiFactory
(),
SLOT
(
configureShortcuts
()),
actionCollection
());
#endif
(
void
)
KStandardAction
::
configureToolbars
(
this
,
SLOT
(
slotConfigureToolbars
()),
actionCollection
());
...
...
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