┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorLaurent Montel <[email protected]>2024-08-12 23:13:02 +0200
committerLaurent Montel <[email protected]>2024-08-12 23:13:02 +0200
commit7a959bd49fce816ea83771f24afb250c6e4e0024 (patch)
tree307148cf948cf942315620a7bef132ef16bf038a /src/main.cpp
parentf2bba060ba923d8f7f3b94d9e45336451828be79 (diff)
Set up KCrash after KAboutData::setApplicationData()
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 703161b1e..df725a33f 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -91,8 +91,6 @@ int main(int argc, char **argv)
#endif
#endif
- KCrash::initialize();
-
KLocalizedString::setApplicationDomain(dolphinTranslationDomain);
KAboutData aboutData(QStringLiteral("dolphin"),
@@ -130,6 +128,7 @@ int main(int argc, char **argv)
aboutData.addAuthor(i18nc("@info:credit", "Michael Austin"), i18nc("@info:credit", "Documentation"), QStringLiteral("[email protected]"));
KAboutData::setApplicationData(aboutData);
+ KCrash::initialize();
QCommandLineParser parser;
aboutData.setupCommandLine(&parser);