mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 1 additions and 2 deletions
|
@ -1139,9 +1139,8 @@ void CloudStorageSettings::setBaseUrl(const QString& value)
|
||||||
prefs.cloud_git_url = copy_qstring(QString(prefs.cloud_base_url) + "/git");
|
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)
|
void CloudStorageSettings::setGitLocalOnly(bool value)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue