diff options
| author | jghali <jghali@11d20701-8431-0410-a711-e3c959e3b870> | 2012-08-26 18:15:42 +0000 |
|---|---|---|
| committer | jghali <jghali@11d20701-8431-0410-a711-e3c959e3b870> | 2012-08-26 18:15:42 +0000 |
| commit | be1e525cc73f90eac53d5e14316259893404584e (patch) | |
| tree | d5cc655f4c029ffa22ffab095b6a4ad34107e5bc /scribus/util_ghostscript.h | |
| parent | c948c08a5d32e0e926e1d111e96bfdab8fa9cbbe (diff) | |
| download | scribus-be1e525cc73f90eac53d5e14316259893404584e.tar.gz scribus-be1e525cc73f90eac53d5e14316259893404584e.tar.xz scribus-be1e525cc73f90eac53d5e14316259893404584e.zip | |
#11048 : Automatic detection of Ghostscript 64bit on Windows
git-svn-id: svn://scribus.net/branches/Version14x/Scribus@17762 11d20701-8431-0410-a711-e3c959e3b870
Diffstat (limited to 'scribus/util_ghostscript.h')
| -rw-r--r-- | scribus/util_ghostscript.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scribus/util_ghostscript.h b/scribus/util_ghostscript.h index dfe1a28..299521e 100644 --- a/scribus/util_ghostscript.h +++ b/scribus/util_ghostscript.h @@ -52,5 +52,5 @@ QString SCRIBUS_API getGSVersion(); bool SCRIBUS_API getNumericGSVersion(int & major, int & minor); bool SCRIBUS_API getNumericGSVersion(const QString& ver, int&major, int& minor); QString SCRIBUS_API getGSDefaultExeName(void); -QMap<int, QString> SCRIBUS_API getGSExePaths(const QString& regKey); +QMap<int, QString> SCRIBUS_API getGSExePaths(const QString& regKey, bool alternateView = false); #endif |
