[poppler] poppler/GlobalParams.h
Albert Astals Cid
aacid at kemper.freedesktop.org
Sun Feb 19 22:26:05 UTC 2017
poppler/GlobalParams.h | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
New commits:
commit f853145556a61a3d1104d6fd62261924d9fc9e50
Author: Albert Astals Cid <aacid at kde.org>
Date: Sun Feb 19 23:25:47 2017 +0100
There's no config file
diff --git a/poppler/GlobalParams.h b/poppler/GlobalParams.h
index 16d615a..1a65085 100644
--- a/poppler/GlobalParams.h
+++ b/poppler/GlobalParams.h
@@ -13,7 +13,7 @@
// All changes made under the Poppler project to this file are licensed
// under GPL version 2 or later
//
-// Copyright (C) 2005, 2007-2010, 2012, 2015 Albert Astals Cid <aacid at kde.org>
+// Copyright (C) 2005, 2007-2010, 2012, 2015, 2017 Albert Astals Cid <aacid at kde.org>
// Copyright (C) 2005 Jonathan Blandford <jrb at redhat.com>
// Copyright (C) 2006 Takashi Iwai <tiwai at suse.de>
// Copyright (C) 2006 Kristian Høgsberg <krh at redhat.com>
@@ -128,8 +128,7 @@ enum ScreenType {
class GlobalParams {
public:
- // Initialize the global parameters by attempting to read a config
- // file.
+ // Initialize the global parameters
GlobalParams(const char *customPopplerDataDir = NULL);
~GlobalParams();
More information about the poppler
mailing list