Closed hfiguiere closed 1 year ago
For consistency xdg-desktop-portal uses G_GNUC_UNUSED.
xdg-desktop-portal
G_GNUC_UNUSED
Or https://doc.qt.io/qt-5/qtglobal.html#Q_UNUSED
Q_UNUSED doesn't work for function arguments as it is:
Q_UNUSED
#define Q_UNUSED(x) (void)x;
Done
For consistency
xdg-desktop-portal
usesG_GNUC_UNUSED
.