Skip to content

Commit

Permalink
Table filter fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
QTinman committed Dec 7, 2022
1 parent 2099def commit 893e120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ void MainWindow::tableage()
QDateTime cdttable;
cdttable.setDate(datetable);
cdttable.setTime(timetable);
qDebug() << cdt.addSecs(-tableage*3600) << " " << cdttable;
//qDebug() << cdt.addSecs(-tableage*3600) << " " << cdttable;
if (cdt.addSecs(-(tableage*3600)) < cdttable) {

ui->tables->addItem(i);
Expand Down

0 comments on commit 893e120

Please sign in to comment.