##// END OF EJS Templates
Remove debug from piechartdrilldown
Jani Honkonen -
r407:af4c2c854faa
parent child
Show More
@@ -31,7 +31,6 public Q_SLOTS:
31 QString label = m_prefix;
31 QString label = m_prefix;
32 label += " - " + QString::number(this->value())+ "e (";
32 label += " - " + QString::number(this->value())+ "e (";
33 label += QString::number(this->percentage()*100, 'f', 1) + "%)";
33 label += QString::number(this->percentage()*100, 'f', 1) + "%)";
34 qDebug() << "updateLabel" << label;
35 setLabel(label);
34 setLabel(label);
36 }
35 }
37
36
General Comments 0
You need to be logged in to leave comments. Login now