##// END OF EJS Templates
Warnings are errors
Tero Ahola -
r672:8120c81074de
parent child
Show More
@@ -17,7 +17,7 BarAnimation::~BarAnimation()
17 17 {
18 18 }
19 19
20 void BarAnimation::updateValues(const BarLayout& layout)
20 void BarAnimation::updateValues(const BarLayout& /*layout*/)
21 21 {
22 22 // TODO:
23 23 qDebug() << "BarAnimation::updateValues";
General Comments 0
You need to be logged in to leave comments. Login now