Fix build failure on macOS 15

This commit is contained in:
RickyRister 2025-12-31 05:24:47 -08:00 committed by Lukas Brübach
parent 18414d8494
commit f10c3608c5
3 changed files with 3 additions and 3 deletions

View file

@ -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;