┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNate Graham <[email protected]>2020-07-19 12:23:25 -0600
committerNate Graham <[email protected]>2020-07-19 12:23:25 -0600
commitbb7bdbc91149db6ca32edf9316c01559ef3cc10a (patch)
treedff56abbef7a826c4597926163cd2bd130dab0be /src
parentbe182ae30b06c497ca7444ab0fff44d180a79a07 (diff)
parentce981c3e4af725646afe6e1916c508233188091e (diff)
Merge branch 'release/20.08'
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 802e64d25..f0336f628 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -178,6 +178,9 @@ extern "C" Q_DECL_EXPORT int kdemain(int argc, char **argv)
mainWindow->show();
+ KDBusService dolphinDBusService;
+ DBusInterface interface;
+
if (!app.isSessionRestored()) {
KConfigGui::setSessionConfig(QStringLiteral("dolphin"), QStringLiteral("dolphin"));
}
@@ -200,8 +203,5 @@ extern "C" Q_DECL_EXPORT int kdemain(int argc, char **argv)
}
}
- KDBusService dolphinDBusService;
- DBusInterface interface;
-
return app.exec(); // krazy:exclude=crash;
}