videocollection/videocollectionview/tsrc/testcollectionview/inc/testcollectionview.h
changeset 35 3738fe97f027
parent 34 bbb98528c666
child 36 8aed59de29f9
equal deleted inserted replaced
34:bbb98528c666 35:3738fe97f027
    27 
    27 
    28 class TestCollectionView : public QObject
    28 class TestCollectionView : public QObject
    29 {
    29 {
    30     Q_OBJECT
    30     Q_OBJECT
    31 
    31 
       
    32 public:
       
    33     
       
    34     TestCollectionView();
       
    35     
    32     /**
    36     /**
    33      * call to init a testcase
    37      * call to init a testcase
    34      *
       
    35      */
    38      */
    36     void init(); 
    39     void init(); 
    37     
    40     
    38     /**
    41     /**
    39      * call to cleanup a testcase
    42      * call to cleanup a testcase
    40      *
       
    41      */
    43      */
    42     void cleanup();
    44     void cleanup();
    43     
    45     
    44     // test functions for the test framework
    46     // test functions for the test framework
    45 private slots:
    47 private slots: