diff --git a/mainwindow.cpp b/mainwindow.cpp index c293db3..94d194c 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -45,7 +45,6 @@ MainWindow::MainWindow(QWidget *parent):QMainWindow(parent), ui(new Ui::MainWind /* table ui */ tw = ui->centralWidget->findChild("tableWidget"); - //QProgressBar *pgbar = new QProgressBar(); tw->verticalHeader()->setVisible(false); tw->horizontalHeader()->setVisible(false);