clearTabs();
}
- // TODO: open conferences at startup?
- #if 0
- if(!confCount)
- tabWidget->setCurrentIndex(6); // 6 - conference tab
- }
- #endif
-
// open dialog for given Event ID
// this is used in case Alarm Dialog request application to start
if(aEventId)
searchTabContainer->setDates(startDate, endDate);
searchTabContainer->searchAgainClicked();
nowTabContainer->updateTreeView(QDate::currentDate());
+ dayNavigator->setDates(startDate, endDate);
}
}
void MainWindow::unsetConference()
{
clearTabs();
+ dayNavigator->unsetDates();
setWindowTitle(saved_title);
}