Avoid QtCore import, which results in ALL Qt core headers being imported

This commit is contained in:
Nyall Dawson
2023-12-20 14:14:35 +10:00
committed by Jakub Melka
parent 4a679efe25
commit c17165b088
23 changed files with 29 additions and 10 deletions

View File

@@ -19,6 +19,7 @@
#include "pdfdbgheap.h"
#include <QCoreApplication>
#include <QDir>
namespace pdf
{