}
else
{
- QDate aStartDate = Conference::getById(AppSettings::confId()).start();
- QDate aEndDate = Conference::getById(AppSettings::confId()).end();
+ QDate aStartDate = Conference::getById(Conference::activeConference()).start();
+ QDate aEndDate = Conference::getById(Conference::activeConference()).end();
dayNavigator->setDates(aStartDate, aEndDate);
}
}
void TabContainer::updateTreeView(const QDate &aDate)
{
dayNavigator->show();
- loadEvents( aDate, AppSettings::confId() );
+ loadEvents( aDate, Conference::activeConference() );
treeView->reset();
}
dayNavigator->setDates(aStart, aEnd);
}
-
-