D26051: Fix GHNS bug when we add a cursor theme you can't delete it or choose cursor size

Aleix Pol Gonzalez noreply at phabricator.kde.org
Mon Dec 16 16:39:46 GMT 2019


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20191216/489f0a4e/attachment-0001.html>


More information about the Plasma-devel mailing list