summaryrefslogtreecommitdiff
path: root/poppler/Movie.cc
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2018-01-08 22:55:00 +0100
committerAlbert Astals Cid <aacid@kde.org>2018-01-08 22:55:00 +0100
commite428033c2d7efbbbf89bb2f84c8998521ac7ef8e (patch)
tree546f48df418659224c4500adc01fcddb4d9384a9 /poppler/Movie.cc
parent2e47887616155dee566083e1aac9adab69aa4386 (diff)
Run clang-tidy with modernize nullptr
Also add two enum values in the qt5 frontend to representate no flags Also mark glib/gtk/cairo system includes so that gcc doesn't report the issues in those headers
Diffstat (limited to 'poppler/Movie.cc')
-rw-r--r--poppler/Movie.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/poppler/Movie.cc b/poppler/Movie.cc
index fa709b3b..3cc922ff 100644
--- a/poppler/Movie.cc
+++ b/poppler/Movie.cc
@@ -173,7 +173,7 @@ void MovieActivationParameters::parseMovieActivation(Object* aDict) {
}
void Movie::parseMovie (Object *movieDict) {
- fileName = NULL;
+ fileName = nullptr;
rotationAngle = 0;
width = -1;
height = -1;