cleanup extra ';'

This commit is contained in:
Marc Glisse 2010-04-24 09:05:33 +00:00
parent c95671e5a7
commit cdfff1df5f
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

@ -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"