--- a/qtinternetradio/ui/inc/irsearchchannelsview.h Tue Jul 06 14:07:20 2010 +0300
+++ b/qtinternetradio/ui/inc/irsearchchannelsview.h Wed Aug 18 09:40:26 2010 +0300
@@ -57,6 +57,7 @@
void lazyInit();
void startConvert(int aIndex);
void initTimer();
+ bool eventFilter(QObject *object, QEvent *event);
private slots: //slots
@@ -72,7 +73,8 @@
void convertAnother();
void presetLogoDownload(IRQPreset* aPreset);
void presetLogoDownloadError();
-
+ void hideVkb();
+
public slots:
//this slot is used to back to previouse view or minimize the search widget
void minimizeSearchPanel();
@@ -97,6 +99,7 @@
IRQPreset *iLogoPreset;
QTimer *iConvertTimer;
QList<int> iIconIndexArray;
+ IRQSettings *iSettings;
friend class IRViewManager;
};
#endif //IRSEARCHCHANNELSVIEW_H