Remove qdebug
Change-Id: Ibc1607d036fa8bf551ff7938090d8dda08a232fe Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
This commit is contained in:
parent
9da2b90a3f
commit
ae25139d09
|
@ -138,7 +138,6 @@ struct PropertyDescriptor {
|
|||
if (type == Accessor) {
|
||||
if ((quintptr)get != 0x1 && get != other->get)
|
||||
return false;
|
||||
qDebug() << "isSubset" << set << other->set;
|
||||
if ((quintptr)set != 0x1 && set != other->set)
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue