Guard for Mac

Took 4 minutes
This commit is contained in:
Lukas Brübach 2026-01-28 19:41:36 +01:00
parent 5de93c49f4
commit 96de0209b2

View file

@ -39,6 +39,7 @@ struct PaletteColorInfo
QColor color;
};
#ifndef NDEBUG
static inline QList<PaletteColorInfo> queryAllPaletteColors(const QPalette &palette = qApp->palette())
{
QList<PaletteColorInfo> colors;
@ -87,6 +88,7 @@ static inline void printPaletteColors(const QPalette &palette = qApp->palette())
}
}
}
#endif
ThemeManager::ThemeManager(QObject *parent) : QObject(parent)
{