ports/polish/kadu/files/patch-kadu-core_themes.cpp
Pawel Pekala b21686bbc3 - Update to version 4.2
- Add missing dependencies found by stage-qa
- Remove INSTALLS_ICONS, it's for Gtk+ applications
- Remove upstreamed patches
2016-12-05 20:30:14 +00:00

11 lines
428 B
C++

--- kadu-core/themes.cpp.orig 2016-10-19 17:11:40 UTC
+++ kadu-core/themes.cpp
@@ -164,7 +164,7 @@ QStringList Themes::defaultPathsProvider
{
QStringList result;
- auto path = QString{m_pathsProvider->dataPath() + QStringLiteral("themes/") + Name};
+ auto path = QString(m_pathsProvider->dataPath() + QStringLiteral("themes/") + Name);
foreach(const QString &it, getSubDirs(path))
result << (path + '/' + it + '/');