Code review comment for lp:~zsombi/ubuntu-ui-toolkit/expose-alarm-id

Revision history for this message
Cris Dywan (kalikiana) wrote :

442 UCAlarm::~UCAlarm()
443 {
444 + if (!objectName().isEmpty()) {
445 + qDebug() << "DESTROYING" << objectName();
446 + }

Forgotten debug line? Or if this was intentional it should be a critical.

review: Approve

« Back to merge proposal