summaryrefslogtreecommitdiff
path: root/poppler/CurlCachedFile.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/CurlCachedFile.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/CurlCachedFile.cc')
-rw-r--r--poppler/CurlCachedFile.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/poppler/CurlCachedFile.cc b/poppler/CurlCachedFile.cc
index af4c2b60..907baafe 100644
--- a/poppler/CurlCachedFile.cc
+++ b/poppler/CurlCachedFile.cc
@@ -20,9 +20,9 @@
CurlCachedFileLoader::CurlCachedFileLoader()
{
- url = NULL;
- cachedFile = NULL;
- curl = NULL;
+ url = nullptr;
+ cachedFile = nullptr;
+ curl = nullptr;
}
CurlCachedFileLoader::~CurlCachedFileLoader() {