Skip to content

Commit 6bf593e

Browse files
authored
fix forward declarations of QXmlStreamWriter (#608)
1 parent 6b3b775 commit 6bf593e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/AutoHideDockContainer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#include <QSplitter>
3535
#include "AutoHideTab.h"
3636

37-
class QXmlStreamWriter;
37+
QT_FORWARD_DECLARE_CLASS(QXmlStreamWriter)
3838

3939
namespace ads
4040
{

src/AutoHideSideBar.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#include "ads_globals.h"
3434
#include "AutoHideTab.h"
3535

36-
class QXmlStreamWriter;
36+
QT_FORWARD_DECLARE_CLASS(QXmlStreamWriter)
3737

3838
namespace ads
3939
{

0 commit comments

Comments
 (0)