diff --git a/sources/diagramprintdialog.cpp b/sources/diagramprintdialog.cpp index 18c04f51e..e41d96d69 100644 --- a/sources/diagramprintdialog.cpp +++ b/sources/diagramprintdialog.cpp @@ -354,7 +354,7 @@ void DiagramPrintDialog::browseFilePrintTypeDialog() { */ void DiagramPrintDialog::print(const QList &diagrams, bool fit_page, const ExportProperties options) { //qDebug() << "Demande d'impression de " << diagrams.count() << "schemas."; -#if QT_VERSION >= QT_VERSION_CHECK(5, 0, 0) +#if QT_VERSION >= QT_VERSION_CHECK(5, 6, 0) #ifdef Q_OS_WIN #ifdef QT_DEBUG qDebug() << "--";