accesssec_plat/eap_qt_configuration_api/inc/eapqtvalidator.h
changeset 27 9660a5eb236f
parent 26 9abfd4f00d37
child 34 ad1f037f1ac2
equal deleted inserted replaced
26:9abfd4f00d37 27:9660a5eb236f
    15  *   EAP QT configuration validator interface
    15  *   EAP QT configuration validator interface
    16  *
    16  *
    17  */
    17  */
    18 
    18 
    19 /*
    19 /*
    20  * %version: 1 %
    20  * %version: 2 %
    21  */
    21  */
    22 
    22 
    23 #ifndef EAPQTVALIDATOR_H
    23 #ifndef EAPQTVALIDATOR_H
    24 #define EAPQTVALIDATOR_H
    24 #define EAPQTVALIDATOR_H
    25 
    25 
    26 #include <QVariant>
    26 #include <QVariant>
       
    27 #include <eapqtconfigdefs.h>
    27 
    28 
    28 /*!
    29 /*!
    29  * @addtogroup group_eap_config_api
    30  * @addtogroup group_eap_config_api
    30  * @{
    31  * @{
    31  */
    32  */
    32 
       
    33 #ifdef BUILD_EAP_QT_CONFIG_INTERFACE_DLL
       
    34 #define EAP_QT_CONFIG_INTERFACE_EXPORT Q_DECL_EXPORT
       
    35 #else
       
    36 #define EAP_QT_CONFIG_INTERFACE_EXPORT Q_DECL_IMPORT
       
    37 #endif
       
    38 
    33 
    39 class HbLineEdit;
    34 class HbLineEdit;
    40 
    35 
    41 /*!
    36 /*!
    42  * Eap Qt Validator interface. This interface provides a method to configure
    37  * Eap Qt Validator interface. This interface provides a method to configure