Fix Clang warnings: Add author and date to #warning

This commit is contained in:
Phenom 2017-03-18 10:19:31 +01:00 committed by csoler
parent 039908b2c6
commit e83104ee0f
7 changed files with 8 additions and 8 deletions

View file

@ -1993,7 +1993,7 @@ QString IdDialog::createUsageString(const RsIdentityUsage& u) const
return tr("Membership verification in circle %1.").arg(QString::fromStdString(u.mGrpId.toStdString()));
}
#warning TODO! Add the different strings and translations here.
#warning TODO! csoler 2017-01-03: Add the different strings and translations here.
default:
return QString("Undone yet");
}