Issue #126: Remove <QtCore> include from main headers

This commit is contained in:
Jakub Melka
2023-12-21 14:25:41 +01:00
parent e5e25a71a3
commit 9f624e5569
87 changed files with 171 additions and 72 deletions

View File

@ -22,7 +22,6 @@
#include "pdfannotation.h"
#include "pdfwidgetannotation.h"
#include "pdfwidgetformmanager.h"
#include "pdfdbgheap.h"
#include <QPainter>
#include <QGridLayout>
@ -31,6 +30,8 @@
#include <QPixmapCache>
#include <QColorSpace>
#include "pdfdbgheap.h"
namespace pdf
{