Commit a0dcfad4 authored by DonLakeFlyer's avatar DonLakeFlyer
Browse files

Mark unused arguments

parent b2c47f0a
......@@ -143,6 +143,7 @@ void CameraSpec::setDirty(bool dirty)
void CameraSpec::save(QJsonObject& json) const
{
Q_UNUSED(json);
#if 0
QJsonObject saveObject;
......@@ -192,6 +193,8 @@ void CameraSpec::save(QJsonObject& json) const
bool CameraSpec::load(const QJsonObject& complexObject, QString& errorString)
{
Q_UNUSED(complexObject);
Q_UNUSED(errorString);
#if 0
QJsonObject v2Object = complexObject;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment