mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 05:23:24 +00:00
mobile-widgets: Change Q_UNUSED to no parameter name
C++ permits use of parameters without name, which signals unused Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
parent
f47f2773fd
commit
034f9a6ca2
1 changed files with 1 additions and 2 deletions
|
@ -1705,9 +1705,8 @@ void QMLManager::setStatusbarColor(QColor color)
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
void QMLManager::setStatusbarColor(QColor color)
|
void QMLManager::setStatusbarColor(QColor)
|
||||||
{
|
{
|
||||||
Q_UNUSED(color)
|
|
||||||
// noop
|
// noop
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue