Code review comment for lp:~brendan-donegan/checkbox/bug1314516_checkbox-gui

Revision history for this message
Zygmunt Krynicki (zyga) wrote :

26 + variant = *iface->properties.find("summary");
27 + if (variant.isValid() && variant.canConvert(QMetaType::QString) ) {
28 + testname = variant.toString();
29 + }
30 +

When would that be false? We always return something for summary

review: Needs Information

« Back to merge proposal