controlpanel/tsrc/unit/ut_cpapi/src/ut_cpapi.h
changeset 23 7e4c5a2ff1a2
parent 18 e3554c9069b6
child 56 d9e9413f30c9
equal deleted inserted replaced
21:851e19007849 23:7e4c5a2ff1a2
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  
    14 * Description:  
    15 *		test application for qt control panel public apis.
    15 *		test application for qt control panel public apis.
    16 */
    16 */
    17 #ifndef	__UT_CPAPI_H__
    17 #ifndef	UT_CPAPI_H
    18 #define	__UT_CPAPI_H__
    18 #define	UT_CPAPI_H
    19 
    19 
    20 #include <QObject>
    20 #include <QObject>
    21 
    21 
    22 class HbMainWindow;
    22 class HbMainWindow;
    23 
    23 
    37     void cleanupTestCase();       // Finalize test data
    37     void cleanupTestCase();       // Finalize test data
    38 private:
    38 private:
    39     HbMainWindow* mainWindow;
    39     HbMainWindow* mainWindow;
    40 };
    40 };
    41 
    41 
    42 #endif	//__UT_CPAPI_H__
    42 #endif	//UT_CPAPI_H