Skip to content
Snippets Groups Projects
Verified Commit f36d67fc authored by Burak Hançerli's avatar Burak Hançerli :headphones:
Browse files

chore: cleanup includes

parent ad87a25c
No related branches found
No related tags found
2 merge requests!29Remove zip support,!28QDS-13236 Update to Qt 6.8
Pipeline #76293 passed
......@@ -28,24 +28,12 @@
#include <emscripten.h>
#include <emscripten/val.h>
#include <functional>
#include <QBuffer>
#include <QCoreApplication>
#include <QDirIterator>
#include <QFile>
#include <QRandomGenerator>
#include <QRegularExpression>
#include <QResource>
#include <QTemporaryDir>
#include <QTemporaryFile>
#include <QTimer>
#if QT_VERSION >= QT_VERSION_CHECK(6, 5, 0)
#include <QtCore/private/qzipreader_p.h>
#else
#include <QtGui/private/qzipreader_p.h>
#endif
DesignViewer::DesignViewer()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment