mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-09 09:33:57 -07:00
Fix build failure on macOS 15
This commit is contained in:
parent
18414d8494
commit
f10c3608c5
3 changed files with 3 additions and 3 deletions
|
|
@ -16,7 +16,7 @@ template <typename T> T *findParentOfType(const QObject *obj)
|
|||
return nullptr;
|
||||
}
|
||||
|
||||
static void clearLayoutRec(QLayout *l)
|
||||
static inline void clearLayoutRec(QLayout *l)
|
||||
{
|
||||
if (!l)
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue