src/hbinput/inputwidgets/hbinputcommondialogs.h
changeset 6 c3690ec91ef8
parent 0 16d8024aca5e
equal deleted inserted replaced
5:627c4a0fd0e7 6:c3690ec91ef8
    24 ****************************************************************************/
    24 ****************************************************************************/
    25 
    25 
    26 #ifndef HB_INPUT_COMMON_DIALOGS_H
    26 #ifndef HB_INPUT_COMMON_DIALOGS_H
    27 #define HB_INPUT_COMMON_DIALOGS_H
    27 #define HB_INPUT_COMMON_DIALOGS_H
    28 
    28 
       
    29 #include <QLocale>
       
    30 #include <QList>
       
    31 #include <hbinputmethoddescriptor.h>
       
    32 
    29 class HbInputLanguage;
    33 class HbInputLanguage;
    30 #include <QLocale>
       
    31 #include <hbinputmethoddescriptor.h>
       
    32 
    34 
    33 class HB_INPUT_EXPORT HbInputCommonDialogs
    35 class HB_INPUT_EXPORT HbInputCommonDialogs
    34 {
    36 {
    35 public:
    37 public:
    36     static HbInputLanguage showLanguageSelectionDialog(const QLocale::Language selectedLanguage, const QList<HbInputLanguage> languageList=QList<HbInputLanguage>());
    38     static HbInputLanguage showLanguageSelectionDialog(const QLocale::Language selectedLanguage, const QList<HbInputLanguage> languageList = QList<HbInputLanguage>());
    37     static HbInputMethodDescriptor showCustomInputMethodSelectionDialog(const HbInputLanguage &language);
    39     static HbInputMethodDescriptor showCustomInputMethodSelectionDialog(const HbInputLanguage &language);
    38 };
    40 };
    39 
    41 
    40 #endif // HB_INPUT_COMMON_DIALOGS_H
    42 #endif // HB_INPUT_COMMON_DIALOGS_H
    41 
    43