Don't hide setFont, it's not virtual

Authored by tcanabrava on Nov 30 2018, 1:40 PM.

Description

Don't hide setFont, it's not virtual

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.

Reviewers: Konsole, hindenburg

Reviewed By: Konsole, hindenburg

Subscribers: konsole-devel

Tags: Konsole

Differential Revision: https://phabricator.kde.org/D17221

Details

Committed
hindenburgNov 30 2018, 1:43 PM
Reviewer
Konsole
Differential Revision
D17221: Don't hide setFont, it's not virtual
Parents
R319:6e715d8c4f72: Remove virtual for non-virtual calls
Branches
Unknown
Tags
Unknown