Commit b2c47f0a authored by DonLakeFlyer's avatar DonLakeFlyer

Mark unused arguments

parent 073ab854
......@@ -150,6 +150,8 @@ void CameraCalc::_recalcTriggerDistance(void)
void CameraCalc::save(QJsonObject& json) const
{
Q_UNUSED(json);
#if 0
QJsonObject saveObject;
......@@ -199,6 +201,8 @@ void CameraCalc::save(QJsonObject& json) const
bool CameraCalc::load(const QJsonObject& complexObject, QString& errorString)
{
Q_UNUSED(complexObject);
Q_UNUSED(errorString);
#if 0
QJsonObject v2Object = complexObject;
......
Markdown is supported
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