cleanup extra ';'

This commit is contained in:
Marc Glisse 2010-04-24 09:22:37 +00:00
parent ce0748d938
commit 7fccc2907b
2 changed files with 3 additions and 3 deletions

View File

@ -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();

View File

@ -71,7 +71,7 @@ Tools_toolbar::Tools_toolbar(CGAL::Qt_widget *w,
&pointbut, SLOT(stateChanged(int)));
connect(but[2], SIGNAL(stateChanged(int)),
&move_deletebut, SLOT(stateChanged(int)));
};
}
#include "Qt_widget_toolbar.moc"