qcpix/src/platform/s60/inc/qcpixdocumentprivate.h
changeset 13 fcb2a58c181b
parent 11 7c6f43cd91cf
child 14 8bd192d47aaa
equal deleted inserted replaced
11:7c6f43cd91cf 13:fcb2a58c181b
     1 /*
       
     2 * Copyright (c) 2010 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 _QCPIXDOCUMENTPVTIMPL_H
       
    19 #define _QCPIXDOCUMENTPVTIMPL_H
       
    20 
       
    21 #include <QString>
       
    22 #include <QList>
       
    23 #include "qcpixdocumentfield.h"
       
    24 
       
    25 //Forward Declarations
       
    26 class QCPixDocumentField;
       
    27 
       
    28 class QCPixDocumentPrivate: public QObject
       
    29 {
       
    30 public:
       
    31     QString iDocId;
       
    32     QString iExcerpt;
       
    33     QString iBaseAppClass;
       
    34     QList< QCPixDocumentField* > iFields;
       
    35 };
       
    36 
       
    37 #endif //_QCPIXDOCUMENTPVTIMPL_H