~ubuntu-branches/ubuntu/trusty/scribus/trusty

« back to all changes in this revision

Viewing changes to scribus/util_ghostscript.h

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2013-05-16 20:34:07 UTC
  • mfrom: (1.1.13) (32.1.2 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130516203407-ztj7ebsivoo41dih
Tags: 1.4.2.dfsg+r18267-1ubuntu2
Avoid qreal/double type clashes on ARM.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
bool    SCRIBUS_API getNumericGSVersion(int & major, int & minor);
53
53
bool    SCRIBUS_API getNumericGSVersion(const QString& ver, int&major, int& minor);
54
54
QString SCRIBUS_API getGSDefaultExeName(void);
55
 
QMap<int, QString> SCRIBUS_API getGSExePaths(const QString& regKey);
 
55
QMap<int, QString> SCRIBUS_API getGSExePaths(const QString& regKey, bool alternateView = false);
56
56
#endif