From adb69112ecad4c60336c818fd2b962a841af9a91 2012-03-19 11:04:19 From: Tero Ahola Date: 2012-03-19 11:04:19 Subject: [PATCH] Warnings treated as errors; fixed one --- diff --git a/src/qlegend.cpp b/src/qlegend.cpp index 585ea2d..6300485 100644 --- a/src/qlegend.cpp +++ b/src/qlegend.cpp @@ -155,6 +155,7 @@ void QLegend::handleAdded(QList slices) void QLegend::handleRemoved(QList slices) { + Q_UNUSED(slices) // Propably no need to listen for this, since removed slices are deleted and we listen destroyed signal // qDebug() << "QLegend::handleRemoved(QList slices) count:" << slices.count(); }