core/subsurface-qt: 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
a312e53f0c
commit
52031f0aba
@ -1139,9 +1139,8 @@ void CloudStorageSettings::setBaseUrl(const QString& value)
|
||||
prefs.cloud_git_url = copy_qstring(QString(prefs.cloud_base_url) + "/git");
|
||||
}
|
||||
|
||||
void CloudStorageSettings::setGitUrl(const QString& value)
|
||||
void CloudStorageSettings::setGitUrl(const QString&)
|
||||
{
|
||||
Q_UNUSED(value); /* no op */
|
||||
}
|
||||
|
||||
void CloudStorageSettings::setGitLocalOnly(bool value)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user