Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
System
Dolphin
Commits
a2865064
Commit
a2865064
authored
Jan 15, 2022
by
Laurent Montel
Browse files
We depend against kf5.91
parent
c21a02bc
Pipeline
#123927
passed with stage
in 4 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/dolphinmainwindow.cpp
View file @
a2865064
...
...
@@ -64,7 +64,6 @@
#include
<KUrlNavigator>
#include
<KWindowSystem>
#include
<KXMLGUIFactory>
#include
<kxmlgui_version.h>
#include
<kio_version.h>
...
...
@@ -123,9 +122,7 @@ DolphinMainWindow::DolphinMainWindow() :
setComponentName
(
QStringLiteral
(
"dolphin"
),
QGuiApplication
::
applicationDisplayName
());
setObjectName
(
QStringLiteral
(
"Dolphin#"
));
#if KXMLGUI_VERSION >= QT_VERSION_CHECK(5, 88, 0)
setStateConfigGroup
(
"State"
);
#endif
connect
(
&
DolphinNewFileMenuObserver
::
instance
(),
&
DolphinNewFileMenuObserver
::
errorMessage
,
this
,
&
DolphinMainWindow
::
showErrorMessage
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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