mirror of https://github.com/CGAL/cgal
cleanup extra ';'
This commit is contained in:
parent
c95671e5a7
commit
cdfff1df5f
|
|
@ -22,8 +22,8 @@
|
|||
|
||||
#include "Qt_widget_move_list_point.h"
|
||||
|
||||
void Qt_widget_movepoint_helper::delete_point() { delete_pointi(); };
|
||||
void Qt_widget_movepoint_helper::move_point() { move_pointi(); };
|
||||
void Qt_widget_movepoint_helper::delete_point() { delete_pointi(); }
|
||||
void Qt_widget_movepoint_helper::move_point() { move_pointi(); }
|
||||
void Qt_widget_movepoint_helper::stateChanged(int i){
|
||||
if(i==2)
|
||||
activate();
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ Tools_toolbar::Tools_toolbar(CGAL::Qt_widget *w,
|
|||
connect(but[2], SIGNAL(stateChanged(int)),
|
||||
&move_deletebut, SLOT(stateChanged(int)));
|
||||
but[1]->toggle();
|
||||
};
|
||||
}
|
||||
|
||||
#include "Qt_widget_toolbar.moc"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue