calendarui/views/dayview/tsrc/unittests/unittest_calendayitem/calendaycontainer.h
changeset 55 2c54b51f39c4
equal deleted inserted replaced
51:0b38fc5b94c6 55:2c54b51f39c4
       
     1 /*
       
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Day view container - parent widget for events (CalenDayItem) and
       
    15 * hours area widgets (CalenDayEventsPane)
       
    16 * Responsible for positioning and resizing events widgets.
       
    17 *
       
    18 */
       
    19 
       
    20 #ifndef CALENDAYCONTAINER_H
       
    21 #define CALENDAYCONTAINER_H
       
    22 
       
    23 //System includes
       
    24 
       
    25 
       
    26 //Forward declarations
       
    27 
       
    28 
       
    29 class CalenDayContainer
       
    30 {
       
    31 
       
    32 public:
       
    33     CalenDayContainer(){}
       
    34 	
       
    35 	const QDate &date() const { return QDate(); }
       
    36 
       
    37 };
       
    38 
       
    39 
       
    40 #endif // CALENDAYCONTAINER_H
       
    41 // End of File