Skip to content

Commit 509b235

Browse files
studiofugagithubuser0xFFFF
authored andcommitted
Fix missing declarations
1 parent 30b802b commit 509b235

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/DockAreaWidget.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838

3939
QT_FORWARD_DECLARE_CLASS(QXmlStreamWriter)
4040
QT_FORWARD_DECLARE_CLASS(QAbstractButton)
41+
QT_FORWARD_DECLARE_CLASS(QMenu)
4142

4243
namespace ads
4344
{

src/DockWidgetTab.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535

3636
#include "ads_globals.h"
3737

38+
QT_FORWARD_DECLARE_CLASS(QMenu)
39+
3840
namespace ads
3941
{
4042
class CDockWidget;

0 commit comments

Comments
 (0)