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