X-Git-Url: https://git.toastfreeware.priv.at/toast/confclerk.git/blobdiff_plain/c9fa699d52dc365e1243546250d01acb8f7fee35..9172ee865627f9f8bd7c2fa2bf6e7522935d0f2d:/src/gui/mainwindow.cpp diff --git a/src/gui/mainwindow.cpp b/src/gui/mainwindow.cpp index 6dee041..d24d964 100644 --- a/src/gui/mainwindow.cpp +++ b/src/gui/mainwindow.cpp @@ -60,6 +60,7 @@ MainWindow::MainWindow(int aEventId, QWidget *aParent) roomsTabContainer->setDates(startDate, endDate); favsTabContainer->setDates(startDate, endDate); searchTabContainer->setDates(startDate, endDate); + nowTabContainer->updateTreeView(QDate::currentDate()); // conferenceTitle->setText(Conference::getById(confId).title()); conferenceSubtitle->setText(Conference::getById(confId).subtitle());