Changed communication to take a week and year as parameters instead of dates as it...
[qtmeetings] / src / IO / Communication / CommunicationManager.h
index 6307c28..4dfd00b 100644 (file)
@@ -45,7 +45,7 @@ public:
         *  \param aUntil QDateTime to search meetings until.
         *  \param aIn Meeting room meetings are searched.
        */
-       void fetchMeetings( const QDateTime &aFrom, const QDateTime &aUntil, const Room &aIn );
+       void fetchMeetings( /*const QDateTime &aFrom, const QDateTime &aUntil*/const int aWeek, const int aYear, const Room &aIn );
        //! Starts fetching a meeting details. Details are returned by the meetingDetailsFetched signal.
        /*! 
         *  \param aMeeting A meeting the detailed information is wanted.