View Revision
davidedmundson added inline comments.

INLINE COMMENTS
View Inlinekcmformats.cpp:322
if (useDetailed) {
nloc = QLocale(m_ui->comboNumbers->currentData().toString());
tloc = QLocale(m_ui->comboTime->currentData().toString());
str = m_ui->comboNumbers->currentData().toString();
nloc = str.isEmpty() ? QLocale(glob) : QLocale(str);

I don't understand, why is this sometimes empty?


REPOSITORY
R119 Plasma Desktop

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

To: McPain, hein, VDG
Cc: davidedmundson, abetts, ngraham, plasma-devel, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, sebas, apol, mart