Please modify the following line: QVariantList tempForConsuming = vData; // To consume vData to the: Q_UNUSED(vData); // or (void)vData; please use the former to be consistent wit...
Please modify the following line:
QVariantList tempForConsuming = vData;
to the:
Q_UNUSED(vData);
(void)vData;
please use the former to be consistent with Qt coding standard.