Fixed build on Linux.
--HG-- branch : develop
This commit is contained in:
parent
e370d70937
commit
399706237d
|
@ -45,7 +45,10 @@
|
|||
#include <QTemporaryFile>
|
||||
|
||||
const qreal VApplication::PrintDPI = 96.0;
|
||||
|
||||
#if defined(Q_OS_WIN) && defined(Q_CC_GNU)
|
||||
const QString VApplication::GistFileName = QStringLiteral("gist.json");
|
||||
#endif // defined(Q_OS_WIN) && defined(Q_CC_GNU)
|
||||
|
||||
#define DefWidth 1.2//mm
|
||||
|
||||
|
|
|
@ -109,7 +109,7 @@ public:
|
|||
void CollectReports() const;
|
||||
private slots:
|
||||
void CleanGist() const;
|
||||
#endif
|
||||
#endif // defined(Q_OS_WIN) && defined(Q_CC_GNU)
|
||||
private:
|
||||
Q_DISABLE_COPY(VApplication)
|
||||
Unit _patternUnit;
|
||||
|
@ -166,7 +166,7 @@ private:
|
|||
|
||||
void CollectReport(const QString &reportName) const;
|
||||
void SendReport(const QString &reportName) const;
|
||||
#endif
|
||||
#endif // defined(Q_OS_WIN) && defined(Q_CC_GNU)
|
||||
};
|
||||
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user