##// END OF EJS Templates
Warnings treated as errors; fixed one
Tero Ahola -
r647:adb69112ecad
parent child
Show More
@@ -155,6 +155,7 void QLegend::handleAdded(QList<QPieSlice*> slices)
155 155
156 156 void QLegend::handleRemoved(QList<QPieSlice *> slices)
157 157 {
158 Q_UNUSED(slices)
158 159 // Propably no need to listen for this, since removed slices are deleted and we listen destroyed signal
159 160 // qDebug() << "QLegend::handleRemoved(QList<QPieSlice*> slices) count:" << slices.count();
160 161 }
General Comments 0
You need to be logged in to leave comments. Login now