removed warnings lines too long for ever :)

This commit is contained in:
Radu Ursu 2003-03-10 17:15:44 +00:00
parent c86c136be9
commit 9b6ff841f6
1 changed files with 2 additions and 1 deletions

View File

@ -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() + ", "