]> ToastFreeware Gitweb - toast/confclerk.git/blobdiff - src/mvc/eventmodel.h
update for the search
[toast/confclerk.git] / src / mvc / eventmodel.h
index c36917b554d1b2f9c40b58b4ffce7397422bc6ac..bba57643561d171d41d39c14536b52f393b22278 100644 (file)
@@ -19,7 +19,7 @@ public:
     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 loadEventsByTrack(const QDate &aDate, int aConferenceId); // loads Events grouped by Track from the DB
-    void loadSearchResultEvents(const QDate &aDate, int aConferenceId);
+    int loadSearchResultEvents(const QDate &aDate, int aConferenceId);
     // 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);