Gui: Mark widget as [[maybe_unused]]

This commit is contained in:
Chris Hennes
2025-06-22 17:06:51 -05:00
parent 951e8baf19
commit f8ba2f6615

View File

@@ -2686,7 +2686,7 @@ public:
currentSelectionHandler = nullptr;
}
static QCursor makeCursor(QWidget* widget, const QSize& size, const char* svgFile, int hotX, int hotY)
static QCursor makeCursor([[maybe_unused]] QWidget* widget, const QSize& size, const char* svgFile, int hotX, int hotY)
{
qreal hotXF = hotX;
qreal hotYF = hotY;