deviceupdatesui/deviceupdates/inc/serversettingsview.h
changeset 42 aa33c2cb9a50
parent 18 7d11f9a6646f
child 67 fdbfe0a95492
equal deleted inserted replaced
41:c742e1129640 42:aa33c2cb9a50
    51     
    51     
    52 public slots:
    52 public slots:
    53     void backButtonClicked();
    53     void backButtonClicked();
    54     void checkServerIdvalue();    
    54     void checkServerIdvalue();    
    55     void accessPointItemChanged(int apindex);
    55     void accessPointItemChanged(int apindex);
       
    56     void portItemChanged(QString port);
    56 
    57 
    57 public:    
    58 public:    
    58     HbMainWindow *iMainWindow;        
    59     HbMainWindow *iMainWindow;        
    59     HbMenu* viewspecificmenu;
    60     HbMenu* viewspecificmenu;
    60     HbAction* help;
    61     HbAction* help;
    76     HbAction* backaction;    
    77     HbAction* backaction;    
    77     DmAdvancedView* serversView;
    78     DmAdvancedView* serversView;
    78     SettingsDataFormCustomItem* customPrototype;
    79     SettingsDataFormCustomItem* customPrototype;
    79     int currentiapindex;
    80     int currentiapindex;
    80     QStringList apnameslist;
    81     QStringList apnameslist;
    81     bool backbehaviorset;    
    82     bool backbehaviorset; 
       
    83     unsigned int iPort;
    82 };
    84 };
    83 
    85 
    84 #endif /* SERVERSETTINGSVIEW_H_ */
    86 #endif /* SERVERSETTINGSVIEW_H_ */