videocollection/videocollectionview/tsrc/testvideolistselectiondialog/inc/testvideolistselectiondialog.h
changeset 36 8aed59de29f9
parent 35 3738fe97f027
child 58 d2b028fd1f7d
equal deleted inserted replaced
35:3738fe97f027 36:8aed59de29f9
    19 #define __TESTVIDEOLISTSELECTIONDIALOG_H__
    19 #define __TESTVIDEOLISTSELECTIONDIALOG_H__
    20 
    20 
    21 // INCLUDES
    21 // INCLUDES
    22 #include <QtTest/QtTest>
    22 #include <QtTest/QtTest>
    23 
    23 
       
    24 #include <videocollectioncommon.h>
       
    25 
    24 class VideoListSelectionDialog;
    26 class VideoListSelectionDialog;
    25 class VideoCollectionUiLoader;
    27 class VideoCollectionUiLoader;
    26 class VideoListDataModel;
    28 class VideoListDataModel;
    27 class VideoSortFilterProxyModel;
    29 class VideoSortFilterProxyModel;
    28 class VideoListWidget;
    30 class VideoListWidget;
    32 {
    34 {
    33     Q_OBJECT
    35     Q_OBJECT
    34 
    36 
    35 private:
    37 private:
    36     
    38     
    37     void setRowCount(int count, int type = 0, VideoListDataModel *model = 0);
    39     void setRowCount(int count, VideoCollectionCommon::TModelType type = VideoCollectionCommon::EModelTypeAllVideos, VideoListDataModel *model = 0);
    38     
    40     
    39     // test functions for the test framework
    41     // test functions for the test framework
    40 
    42 
    41 private slots:
    43 private slots:
    42 
    44