videocollection/videocollectionview/tsrc/testvideolistselectiondialog/stub/inc/videosortfilterproxymodel.h
changeset 30 4f111d64a341
equal deleted inserted replaced
2:dec420019252 30:4f111d64a341
       
     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: dummy videosortfilterproxymodel definition for 
       
    15 *              VideoListSelectionDialog unit tests
       
    16 * 
       
    17 */
       
    18 
       
    19 #ifndef VIDEOSORTFILTERPROXYMODEL_H
       
    20 #define VIDEOSORTFILTERPROXYMODEL_H
       
    21 
       
    22 #include <qsortfilterproxymodel.h>
       
    23 
       
    24 class VideoSortFilterProxyModel : public QSortFilterProxyModel 
       
    25 {
       
    26     Q_OBJECT
       
    27     
       
    28 public: 
       
    29     
       
    30     /**
       
    31      * Contructor.
       
    32      *
       
    33      * @param parent parent of this widget
       
    34      */
       
    35     VideoSortFilterProxyModel(QObject *parent=0);
       
    36     
       
    37     /**
       
    38      * Destructor.
       
    39      *
       
    40      */
       
    41     virtual ~VideoSortFilterProxyModel();
       
    42             
       
    43 };
       
    44 
       
    45 
       
    46 
       
    47 #endif  //VIDEOSORTFILTERPROXYMODEL_H