calendarui/tsrc/unittest_calencommonutils/inc/test_calenagendautils.h
changeset 49 5de72ea7a065
child 50 579cc610882e
equal deleted inserted replaced
37:360d55486d7f 49:5de72ea7a065
       
     1 /*
       
     2 * Copyright (c) 2009 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:
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef __TEST_CALENAGENDAUTILS_H__
       
    19 #define __TEST_CALENAGENDAUTILS_H__
       
    20 
       
    21 #include <QObject>
       
    22 
       
    23 class TestCalenAgendaUtils : public QObject
       
    24 {
       
    25 	Q_OBJECT
       
    26 public:
       
    27     TestCalenAgendaUtils();
       
    28     ~TestCalenAgendaUtils();
       
    29     
       
    30 private slots:
       
    31     void init();
       
    32     void cleanup();
       
    33  
       
    34 private:
       
    35     
       
    36 };
       
    37 
       
    38 #endif      // __TEST_CALENAGENDAUTILS_H__
       
    39 
       
    40 // End of file