emailuis/nmailuiwidgetsplugin/inc/nmailuiwidgetsplugin.h
changeset 72 64e38f08e49c
parent 65 478bc57ad291
child 75 47d84de1c893
equal deleted inserted replaced
65:478bc57ad291 72:64e38f08e49c
     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: Nmail UI plugin for custom widgets
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef NMAILUIWIDGETSPLUGIN_H_
       
    19 #define NMAILUIWIDGETSPLUGIN_H_
       
    20 
       
    21 #include <QtPlugin>
       
    22 #include <hbdocumentloaderplugin.h>
       
    23 
       
    24 class NMailUiWidgetsPlugin : public HbDocumentLoaderPlugin
       
    25 {
       
    26 public:
       
    27     QObject *createObject(const QString& type, const QString &name);
       
    28     QList<const QMetaObject *> supportedObjects();
       
    29 };
       
    30 
       
    31 Q_EXPORT_PLUGIN(NMailUiWidgetsPlugin)
       
    32 
       
    33 #endif /* NMAILUIWIDGETSPLUGIN_H_ */