Skip to content

Don't add empty string keys in the units map

Ahmad Samir requested to merge work/ahmad/empty-strings into master

Defeats the purpose of it being a map.

This is a variation of the patch at: !4 (closed) using Qt::SkipEmptyParts in the QStringList::split() call, and adding a Q_ASSERT.

Merge request reports