Remove <QtCore> include

This commit is contained in:
Jakub Melka
2023-12-21 11:02:55 +01:00
parent c79a029c2f
commit e5e25a71a3
27 changed files with 37 additions and 17 deletions

View File

@ -18,6 +18,7 @@
#ifndef PDFCOMPILER_H
#define PDFCOMPILER_H
#include "pdfglobal.h"
#include "pdfwidgetsglobal.h"
#include "pdfrenderer.h"
#include "pdfpainter.h"