calendarui/views/dayview/tsrc/unittests/unittest_calendayitemview/calendaycontainer.h
changeset 55 2c54b51f39c4
parent 45 b6db4fd4947b
equal deleted inserted replaced
51:0b38fc5b94c6 55:2c54b51f39c4
    85      * @param dayInfo Day info.
    85      * @param dayInfo Day info.
    86      */
    86      */
    87     void setDayInfo( CalenDayInfo* dayInfo )
    87     void setDayInfo( CalenDayInfo* dayInfo )
    88     {
    88     {
    89         Q_UNUSED(dayInfo);
    89         Q_UNUSED(dayInfo);
       
    90     }
       
    91 	
       
    92 	void setDate( const QDate &date )
       
    93     {
       
    94         Q_UNUSED(date);
       
    95     }
       
    96 	
       
    97 	const QDate &date() const
       
    98     {
       
    99         return QDate();
    90     }
   100     }
    91     
   101     
    92 public slots:
   102 public slots:
    93 
   103 
    94     /**
   104     /**