--- a/cmmanager/cpdestinationplugin/inc/cpdestinationentryitem.h Thu May 27 14:35:19 2010 +0300
+++ b/cmmanager/cpdestinationplugin/inc/cpdestinationentryitem.h Thu Jun 10 16:00:16 2010 +0300
@@ -70,10 +70,11 @@
void activateArrangeMode();
void viewDone();
void viewCancel();
- void updateIndex(HbListWidgetItem *widgetItem);
+ void updateIndex();
void saveNewDestinationName();
protected:
+ bool eventFilter(QObject *obj, QEvent *event);
protected slots:
@@ -90,6 +91,7 @@
void lauchNewDestinationNameQuery();
void showRenameError(const QString &info);
void showErrorNote(const QString &info);
+ QString resolveApIcon(QSharedPointer<CmConnectionMethodShim> cm) const;
private slots: