fix: qt 6.7 build on macOS (#6697)
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <type_traits> // IWYU: pragma keep - included before QFlags to fix a bug on macOS Qt 6.7
|
||||||
|
// Keep this type_traits include above the QFlags include
|
||||||
|
|
||||||
#include <QFlags>
|
#include <QFlags>
|
||||||
#include <QLabel>
|
#include <QLabel>
|
||||||
#include <QMouseEvent>
|
#include <QMouseEvent>
|
||||||
|
|||||||
Reference in New Issue
Block a user