mirror of https://github.com/CGAL/cgal
added QSize sizeHint();
This commit is contained in:
parent
e022e5242f
commit
95cae6c898
|
|
@ -537,6 +537,10 @@ void Qt_widget::clear() {
|
|||
qt_layers.erase(std::find(qt_layers.begin(),qt_layers.end(),s));
|
||||
}
|
||||
|
||||
QSize Qt_widget::sizeHint(){
|
||||
return QSize(geometry().width(), geometry().height();}
|
||||
}
|
||||
|
||||
} // namespace CGAL
|
||||
|
||||
// moc_source_file: ../../include/CGAL/IO/Qt_widget.h
|
||||
|
|
|
|||
Loading…
Reference in New Issue