--- a/qtinternetradio/ui/inc/iropenwebaddressview.h Tue Jul 06 14:07:20 2010 +0300
+++ b/qtinternetradio/ui/inc/iropenwebaddressview.h Wed Aug 18 09:40:26 2010 +0300
@@ -51,6 +51,7 @@
void initDataForm();
bool initPreset(IRQPreset &aPreset);
bool eventFilter(QObject *object, QEvent *event);
+ void hideVkb();
private slots:
// play this station
@@ -72,6 +73,7 @@
HbDataFormModelItem *iUrl;
HbDataFormModelItem *iName;
HbLineEdit *iNameEditorPtr;
+ HbLineEdit *iUrlEditorPtr;
HbPushButton *iPlayButton;
friend class IRViewManager;