Make it possible to build in release mode

This commit is contained in:
Anton Thomasson 2020-06-01 21:12:29 +02:00
parent 043ed36c07
commit a42dbbc682

View file

@ -1,6 +1,9 @@
#include "convertworker.h" #include "convertworker.h"
#include <sailfishapp.h> #include <sailfishapp.h>
#include "papersizes.h" #include "papersizes.h"
#include <QImage>
#include <QMatrix>
#include <QPainter>
void ppm2PwgEnv(QStringList& env, bool urf, quint32 Quality, QString PaperSize, void ppm2PwgEnv(QStringList& env, bool urf, quint32 Quality, QString PaperSize,
quint32 HwResX, quint32 HwResY, bool TwoSided, bool Tumble) quint32 HwResX, quint32 HwResY, bool TwoSided, bool Tumble)