diff options
| author | Méven Car <[email protected]> | 2025-10-19 20:14:32 +0200 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2025-10-23 08:10:58 +0000 |
| commit | 239f5822600588b68877924deb3c75688e41eabe (patch) | |
| tree | 0c6b71641612ae891f7784c80d0a2ffca1c322f7 /src/tests/dolphinmainwindowtest.cpp | |
| parent | 9ff51dddcd3d1d5262dc05e3fae02663ee3ec847 (diff) | |
dolphinmainwindowtest: prevent kaboutdata warnings
Diffstat (limited to 'src/tests/dolphinmainwindowtest.cpp')
| -rw-r--r-- | src/tests/dolphinmainwindowtest.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tests/dolphinmainwindowtest.cpp b/src/tests/dolphinmainwindowtest.cpp index ce9643fa0..a06d2d760 100644 --- a/src/tests/dolphinmainwindowtest.cpp +++ b/src/tests/dolphinmainwindowtest.cpp @@ -83,6 +83,9 @@ void DolphinMainWindowTest::initTestCase() settings->setShowStatusBar(GeneralSettings::EnumShowStatusBar::FullWidth); settings->setShowZoomSlider(true); settings->save(); + + // to save us from kxmlgui / KLocalized warning + KLocalizedString::setApplicationDomain({"dolphin"}); } void DolphinMainWindowTest::init() |
