mirror of https://github.com/CGAL/cgal
removed warnings lines too long for ever :)
This commit is contained in:
parent
c86c136be9
commit
9b6ff841f6
|
|
@ -605,7 +605,8 @@ private slots:
|
|||
}
|
||||
}
|
||||
void sl_symm_difference(){
|
||||
if( list1->isSelected(list1->currentItem()) && list2->isSelected(list2->currentItem()) ){
|
||||
if( list1->isSelected(list1->currentItem())
|
||||
&& list2->isSelected(list2->currentItem()) ){
|
||||
//if there is something selected
|
||||
Nef_polyhedron NT = Nef_visible.symmetric_difference(Nef_visible2);
|
||||
QString s = "SYM_DIF(" + list1->currentText() + ", "
|
||||
|
|
|
|||
Loading…
Reference in New Issue