Tobger

Results 2 issues of Tobger

In [MD.cpp line 319](https://github.com/leios/simuleios/blob/7290e05ab362369b1d1786193ec82f2a1dec21e5/MD/MD.cpp#L319) it should be `-=` instead of `+=` to make it equivalent to the commented out code above. It is totally my fault but I'll submit the...

Test case: ```qml text: Qt.formatTime(currentTime,"hh:mm") source: "qrc:/close.png" ``` Formatted using QML Formatter v1.2.4: ```qml text: Qt.formatTime(currentTime, "hh: mm") source: "qrc: /close.png" ``` Note the spaces after the : inside the...