remove obsolete comment

This commit is contained in:
Yannik Schmidt
2020-08-23 21:21:10 +02:00
parent 90b43f76ba
commit f908bf3bd1

View File

@@ -45,7 +45,6 @@ MainWindow::MainWindow(QWidget *parent):QMainWindow(parent), ui(new Ui::MainWind
/* table ui */
tw = ui->centralWidget->findChild<QTableWidget*>("tableWidget");
//QProgressBar *pgbar = new QProgressBar();
tw->verticalHeader()->setVisible(false);
tw->horizontalHeader()->setVisible(false);