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

@ -20,7 +20,6 @@
#include "pdfencoding.h"
#include "pdfform.h"
#include "pdfutils.h"
#include "pdfdbgheap.h"
#include "pdfsignaturehandler_impl.h"
#if defined(PDF4QT_COMPILER_MINGW) || defined(PDF4QT_COMPILER_GCC)
@ -48,6 +47,8 @@
#include <QMutexLocker>
#include <QStandardPaths>
#include "pdfdbgheap.h"
#include <array>
#ifdef Q_OS_UNIX
#include <time.h>