bednar updated this revision to Diff 17452.
bednar added a comment.
Ran through uncrustify.
Found a regression in my patch : colon (":") wouldn't be shown anymore, as it
is dependent on the input mask. So I left the input mask, and the QValidator
works in addition to the input mask.
REPOSI
bednar created this revision.
bednar added a project: Frameworks.
REVISION SUMMARY
Seeing the "TODO" in KTimeComboBoxPrivate::timeFormatToInputMask, I decided
to try and replace the input mask with a QValidator approach (as seen in
KDatePicker).
This is a first iteration to see if there is i