##// END OF EJS Templates
Fix barset missing slot connection to singal labelchanged
Michal Klocek -
r2092:82e580772ff5
parent child
Show More
@@ -199,6 +199,7 m_barset(barset)
199 199 {
200 200 //QObject::connect(this, SIGNAL(selected()),barset->d_ptr.data(), SIGNAL(selected()));
201 201 QObject::connect(barset->d_ptr.data(), SIGNAL(updatedBars()), this, SLOT(updated()));
202 QObject::connect(barset, SIGNAL(labelChanged()), this, SLOT(updated()));
202 203 updated();
203 204 }
204 205
General Comments 0
You need to be logged in to leave comments. Login now