| Summary: | Broken kxmlgui initialization | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | Fabian Vogt <fabian> |
| Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | critical | CC: | elvis.angelaccio |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/dolphin/594a36783471fb3f8b23a2b543010d3c9d4cc878 | Version Fixed/Implemented In: | 17.07.90 |
| Sentry Crash Report: | |||
|
Description
Fabian Vogt
2017-07-28 10:05:44 UTC
Git commit 594a36783471fb3f8b23a2b543010d3c9d4cc878 by Elvis Angelaccio. Committed on 28/07/2017 at 12:05. Pushed by elvisangelaccio into branch 'Applications/17.08'. Fix loading of dolphinui.rc dolphin.qrc is compiled into a static library, which means we need to force its loading with the Q_INIT_RESOURCE macro. See http://doc.qt.io/qt-5/resources.html#using-resources-in-a-library FIXED-IN: 17.07.90 Differential Revision: https://phabricator.kde.org/D6958 M +2 -0 src/dolphinmainwindow.cpp https://commits.kde.org/dolphin/594a36783471fb3f8b23a2b543010d3c9d4cc878 |