]> ToastFreeware Gitweb - toast/confclerk.git/blobdiff - src/mvc/eventmodel.h
changed 'Activity' -> 'Track'
[toast/confclerk.git] / src / mvc / eventmodel.h
index 55c38407ae5584f4507f7d709501bd3f43537ecd..0fdbe9b0d705ecda7986128e1424915237f7d859 100644 (file)
@@ -18,7 +18,7 @@ public:
     int rowCount ( const QModelIndex & parent = QModelIndex() ) const;
     void loadEvents(const QDate &aDate, int aConferenceId); // loads Events from the DB
     void loadFavEvents(const QDate &aDate, int aConferenceId); // loads Favourite events from the DB
-    void loadEventsByActivities(const QDate &aDate, int aConferenceId); // loads Events grouped by Activities from the DB
+    void loadEventsByTrack(const QDate &aDate, int aConferenceId); // loads Events grouped by Track from the DB
     // a method to force 'EventModel' emit signal 'dataChanged()'
     // a 'view', eg. 'TreeView' listens for this signal and redraws changed items(indexes)
     void emitDataChangedSignal(const QModelIndex &aTopLeft, const QModelIndex &aBottomRight);
@@ -41,7 +41,7 @@ private:
 
 private:
     void createTimeGroups();
-    void createActivityGroups();
+    void createTrackGroups();
     void clearModel();
 
 private: