FACT++  1.0
void MainWindow::on_fCommentInsertRow_clicked ( )
privateslot

Definition at line 110 of file MainWindow.cc.

111 {
112  if (fTableComments->model())
113  fTableComments->model()->insertRow(fTableComments->model()->rowCount());
114 }