fix forward declarations of QXmlStreamWriter (#608)

This commit is contained in:
Dominik Nussbaumer 2024-02-27 17:34:42 +01:00 committed by GitHub
parent 6b3b7750cb
commit 6bf593ef4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@
#include <QSplitter>
#include "AutoHideTab.h"
class QXmlStreamWriter;
QT_FORWARD_DECLARE_CLASS(QXmlStreamWriter)
namespace ads
{

View File

@ -33,7 +33,7 @@
#include "ads_globals.h"
#include "AutoHideTab.h"
class QXmlStreamWriter;
QT_FORWARD_DECLARE_CLASS(QXmlStreamWriter)
namespace ads
{