Skip to content

Commit

Permalink
DockModeMenu: fix building with Qt 6
Browse files Browse the repository at this point in the history
  • Loading branch information
KitsuneRal committed Aug 27, 2023
1 parent 6ba34f2 commit 3d7083a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/dockmodemenu.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#include "dockmodemenu.h"

#include <QtWidgets/QDockWidget>
#if QT_VERSION_MAJOR >= 6
# include <QtGui/QActionGroup>
#endif

DockModeMenu::DockModeMenu(QString name, QDockWidget* w)
: QMenu(name)
Expand Down

0 comments on commit 3d7083a

Please sign in to comment.