Remove virtual for non-virtual calls

Authored by tcanabrava on Nov 29 2018, 3:57 PM.

Description

Remove virtual for non-virtual calls

Summary:
TerminalDisplay is internal to Konsole, and it's never inherited,
that means that the 'virtual' on those functions are dummy and
does nothing besides increase the VTable size.

Reviewers: Konsole, hindenburg

Reviewed By: Konsole, hindenburg

Subscribers: konsole-devel

Tags: Konsole

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

Details

Committed
hindenburgNov 30 2018, 1:40 PM
Reviewer
Konsole
Differential Revision
D17222: Remove virtual for non-virtual calls
Parents
R319:d2dd767e464d: Fix ASAN issue for determining if running in a KPart
Branches
Unknown
Tags
Unknown