mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Avoid QtCore import, which results in ALL Qt core headers being imported
This commit is contained in:
committed by
Jakub Melka
parent
4a679efe25
commit
c17165b088
@ -20,7 +20,11 @@
|
||||
#include "pdfexecutionpolicy.h"
|
||||
#include "pdfdbgheap.h"
|
||||
|
||||
#include <QIODevice>
|
||||
#include <QMutexLocker>
|
||||
#include <QPainter>
|
||||
#include <QRegularExpressionMatch>
|
||||
#include <QRegularExpressionMatchIterator>
|
||||
|
||||
#include <execution>
|
||||
|
||||
|
Reference in New Issue
Block a user