Don't hide setFont, it's not virtual
ClosedPublic

Authored by tcanabrava on Nov 28 2018, 6:32 PM.

Details

Summary

setFont is not a virtual method, so overriding it makes no sense.
if you have a pointer to the widget and call setFont things will
still (not) work, and if you have a pointer to the TerminalDisplay
and call setFont, nothing will happen, so just remove it.

Diff Detail

Repository
R319 Konsole
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
tcanabrava created this revision.Nov 28 2018, 6:32 PM
Restricted Application added a project: Konsole. · View Herald TranscriptNov 28 2018, 6:32 PM
Restricted Application added a subscriber: konsole-devel. · View Herald Transcript
tcanabrava requested review of this revision.Nov 28 2018, 6:32 PM
hindenburg accepted this revision.Nov 30 2018, 1:43 PM
This revision is now accepted and ready to land.Nov 30 2018, 1:43 PM
This revision was automatically updated to reflect the committed changes.