Update libs/widgets to c++11

Authored by ognarb on Feb 18 2019, 8:11 PM.

Description

Update libs/widgets to c++11

Summary:
Use clang-tidy to:

  • Use default wenn possible for constructor and destructor
  • Use nullptr instead of 0 or NULL
  • Use for (type &element : list) when already using std iterator (.begin() .end() )

if this patch is acepted, if will do the same for the entire calligra codebase.

Subscribers: Calligra-Devel-list

Tags: #calligra:_3.0

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

Details

Committed
ognarbFeb 22 2019, 6:43 PM
Differential Revision
D19132: Update libs/widgets to c++11
Parents
R8:47a4892e636e: SVN_SILENT made messages (.desktop file) - always resolve ours
Branches
Unknown
Tags
Unknown