securitysettings/qtconfigutils/eapqtconfiginterface/inc/eapqtconfig_p.h
changeset 39 fe6b6762fccd
parent 33 938269283a16
equal deleted inserted replaced
38:7a0216d033ac 39:fe6b6762fccd
     1 /*
     1 /*
     2  * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
     2  * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3  * All rights reserved.
     3  * All rights reserved.
     4  * This component and the accompanying materials are made available
     4  * This component and the accompanying materials are made available
     5  * under the terms of the License "Eclipse Public License v1.0"
     5  * under the terms of "Eclipse Public License v1.0"
     6  * which accompanies this distribution, and is available
     6  * which accompanies this distribution, and is available
     7  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8  *
     8  *
     9  * Initial Contributors:
     9  * Initial Contributors:
    10  * Nokia Corporation - initial contribution.
    10  * Nokia Corporation - initial contribution.
    15  *   EAP method QT configuration
    15  *   EAP method QT configuration
    16  *
    16  *
    17  */
    17  */
    18 
    18 
    19 /*
    19 /*
    20  * %version: 4 %
    20  * %version: 5 %
    21  */
    21  */
    22 
    22 
    23 #ifndef EAPQTCONFIG_P_H
    23 #ifndef EAPQTCONFIG_P_H
    24 #define EAPQTCONFIG_P_H
    24 #define EAPQTCONFIG_P_H
    25 
    25 
       
    26 // System includes
    26 #include <QHash>
    27 #include <QHash>
    27 #include <QVariant>
    28 #include <QVariant>
    28 
    29 
       
    30 // User includes
       
    31 
       
    32 // Forward declarations
       
    33 
       
    34 // External data types
       
    35 
       
    36 // Constants
       
    37 
       
    38 // Class declaration
    29 class EapQtConfigPrivate
    39 class EapQtConfigPrivate
    30 {
    40 {
    31     friend class EapQtConfig;
       
    32 
    41 
    33 public:
    42 public:
       
    43 
       
    44     // Data types
       
    45 
    34     EapQtConfigPrivate();
    46     EapQtConfigPrivate();
    35     ~EapQtConfigPrivate();
    47     ~EapQtConfigPrivate();
    36 
    48 
    37 private:
    49 private:
       
    50 
    38     Q_DISABLE_COPY(EapQtConfigPrivate)
    51     Q_DISABLE_COPY(EapQtConfigPrivate)
       
    52 
       
    53 private: // data
       
    54 
    39     QHash<int, QVariant> mSettings;
    55     QHash<int, QVariant> mSettings;
       
    56 
       
    57     // Friend classes
       
    58     friend class EapQtConfig;
    40 };
    59 };
    41 
    60 
    42 #endif /* EAPQTCONFIG_P_H */
    61 #endif // EAPQTCONFIG_P_H