micuintus / harbour-Berlin-Vegan

Berlin-Vegan Guide
Other
14 stars 4 forks source link

Use Qt's built-in function QString::simplified() #199

Closed micuintus closed 6 years ago

micuintus commented 6 years ago
https://code.woboq.org/qt5/qtbase/src/corelib/tools/qstringalgorithms_p.h.html#_ZN17QStringAlgorithms17simplified_helperERT_

for fixing Github issue #195 instead of a self-implemented solution.

jmastr commented 6 years ago

Looks good! Could you also fix this or do you need an extra ticket?

screen shot 2018-02-03 at 20 14 08
micuintus commented 6 years ago

Good catch! Fixed it.

jmastr commented 6 years ago

Solid!