connect(showMapButton, SIGNAL(clicked()), SLOT(conferenceMapClicked()));
//
connect(tabWidget, SIGNAL(currentChanged(int)), SLOT(tabHasChanged(int)));
+ connect(tabWidget, SIGNAL(infoIconClicked()), SLOT(aboutApp()));
if(!Conference::getAll().count()) // no conference(s) in the DB
{
// TODO: only if it changed to favourities tab
updateFavouritesView(favouriteDayNavigator->getCurrentDate());
// TODO: only if it changed to now tab
- //updateNowView();
+ updateNowView();
}
<file>icons/favourite-onBig.png</file>
<file>icons/exclamation-iconOn.png</file>
<file>icons/exclamation-iconOff.png</file>
+ <file>icons/info.png</file>
</qresource>
</RCC>