qt5
Last change
on this file since 872aeaa was
872aeaa,
checked in by pavelpa <pavelpa@…>, 12 years ago
|
some performance optimizations
- favourities reloaded only if they have really changed
- otherwise only event in the question is updated
|
-
Property mode set to
100644
|
File size:
286 bytes
|
Rev | Line | |
---|
[07ae23a] | 1 | |
---|
| 2 | #include "favtabcontainer.h" |
---|
| 3 | |
---|
| 4 | FavTabContainer::FavTabContainer(QWidget *aParent) : TabContainer( aParent ) |
---|
| 5 | { |
---|
| 6 | } |
---|
| 7 | |
---|
| 8 | void FavTabContainer::loadEvents( const QDate &aDate, const int aConferenceId ) |
---|
| 9 | { |
---|
| 10 | static_cast<EventModel*>(treeView->model())->loadFavEvents( aDate, aConferenceId ); |
---|
| 11 | } |
---|
| 12 | |
---|
Note: See
TracBrowser
for help on using the repository browser.