Skip to content

Commit

Permalink
Fix missing declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
studiofuga authored and githubuser0xFFFF committed Nov 20, 2024
1 parent 30b802b commit 509b235
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/DockAreaWidget.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@

QT_FORWARD_DECLARE_CLASS(QXmlStreamWriter)
QT_FORWARD_DECLARE_CLASS(QAbstractButton)
QT_FORWARD_DECLARE_CLASS(QMenu)

namespace ads
{
Expand Down
2 changes: 2 additions & 0 deletions src/DockWidgetTab.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@

#include "ads_globals.h"

QT_FORWARD_DECLARE_CLASS(QMenu)

namespace ads
{
class CDockWidget;
Expand Down

0 comments on commit 509b235

Please sign in to comment.