apol added inline comments.

INLINE COMMENTS

> kcmcursortheme.cpp:458
>                          }
> -                        m_themeModel->addTheme(list.join(QLatin1Char('/')));
> +                        
> m_themeModel->addTheme(QString("/%1").arg(list.join(QLatin1Char('/'))));
>                      }

How about
`m_themeModel->addTheme(QLatin1Char('/') + list.join(QLatin1Char('/')));`

Or otherwise, QStringLiteral

REPOSITORY
  R119 Plasma Desktop

REVISION DETAIL
  https://phabricator.kde.org/D26051

To: bport, #plasma, ervin, meven, crossi
Cc: apol, plasma-devel, LeGast00n, The-Feren-OS-Dev, jraleigh, zachus, 
fbampaloukas, GB_2, ragreen, ZrenBot, ngraham, alexeymin, himcesjf, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, ahiemstra, mart

Reply via email to