From f908bf3bd1e8f1d0d6841a6d0368e4637c35a813 Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Sun, 23 Aug 2020 21:21:10 +0200 Subject: [PATCH] remove obsolete comment --- mainwindow.cpp | 1 - 1 file changed, 1 deletion(-) 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);