Replace Q_DECL_OVERRIDE with override
ClosedPublic

Authored by nicolasfella on Dec 1 2019, 10:22 PM.

Details

Summary

override is standard C++ since C++11. Let's use it

Test Plan

builds

Diff Detail

Repository
R167 Krusader
Branch
override
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 19362
Build 19380: arc lint + arc unit
nicolasfella requested review of this revision.Dec 1 2019, 10:22 PM
nicolasfella created this revision.
gengisdave accepted this revision as: gengisdave.Dec 2 2019, 7:03 AM
gengisdave added a project: Krusader.
gengisdave added a subscriber: gengisdave.

Thanks Nicolas, compiled with GCC 9 and Clang 9, no errors were detected (also because Q_DECL_OVERRIDE is a macro for the override).

This revision is now accepted and ready to land.Dec 2 2019, 7:03 AM
This revision was automatically updated to reflect the committed changes.