~neon/kolourpaint/master

« back to all changes in this revision

Viewing changes to document/kpDocument_Selection.cpp

  • Committer: Tomaz Canabrava
  • Author(s): André Agenor
  • Date: 2019-02-14 09:40:06 UTC
  • Revision ID: git-v1:d69b9ee1426dba5b270a8264a5e2a441998744f0
Replace some math macro definitions

Summary: Remove some unused include of math and add a std:: scope to math functions

Reviewers: tcanabrava

Reviewed By: tcanabrava

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
#include "kpDocument.h"
33
33
#include "kpDocumentPrivate.h"
34
34
 
35
 
#include <cmath>
36
35
 
37
36
#include <QImage>
38
37
#include <QPainter>