fix print error
This commit is contained in:
parent
d231ae099f
commit
65e5f8af19
@ -455,7 +455,7 @@ void DoricLayouts::setFrame() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
qCritical() << "DoricLayouts: " << tag << this->view->property("uuid")
|
qCritical() << "DoricLayouts: " << tag << this->view->property("uuid")
|
||||||
<< " measuredHeight: " << this->measuredHeight
|
<< " measuredWidth: " << this->measuredWidth
|
||||||
<< " measuredHeight: " << this->measuredHeight
|
<< " measuredHeight: " << this->measuredHeight
|
||||||
<< " measuredX: " << this->measuredX
|
<< " measuredX: " << this->measuredX
|
||||||
<< " measuredY: " << this->measuredY;
|
<< " measuredY: " << this->measuredY;
|
||||||
|
Reference in New Issue
Block a user