mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
- Add missing dependencies found by stage-qa - Remove INSTALLS_ICONS, it's for Gtk+ applications - Remove upstreamed patches
11 lines
428 B
C++
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 + '/');
|
|
|