diff options
| author | Laurent Montel <[email protected]> | 2024-08-12 23:13:02 +0200 |
|---|---|---|
| committer | Laurent Montel <[email protected]> | 2024-08-12 23:13:02 +0200 |
| commit | 7a959bd49fce816ea83771f24afb250c6e4e0024 (patch) | |
| tree | 307148cf948cf942315620a7bef132ef16bf038a | |
| parent | f2bba060ba923d8f7f3b94d9e45336451828be79 (diff) | |
Set up KCrash after KAboutData::setApplicationData()
| -rw-r--r-- | src/main.cpp | 3 |
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); |
