calendarui/views/dayview/tsrc/unittests/unittest_calendayutils/hbinstance.h
changeset 55 2c54b51f39c4
parent 45 b6db4fd4947b
equal deleted inserted replaced
51:0b38fc5b94c6 55:2c54b51f39c4
    39     }
    39     }
    40     
    40     
    41     Qt::Orientation orientation() const {
    41     Qt::Orientation orientation() const {
    42         return gTestOrientation;
    42         return gTestOrientation;
    43     }
    43     }
       
    44     
       
    45     QList<HbMainWindow*> allMainWindows(){
       
    46 		QList<HbMainWindow*> list;
       
    47 		return list;
       
    48     }
    44 };
    49 };
    45 
    50 
    46 #endif // HBMAINWINDOW_H
    51 #endif // HBMAINWINDOW_H
    47 
    52 
    48 #ifndef  HBINSTANCE_H
    53 #ifndef  HBINSTANCE_H