phoneplugins/phoneindicatorplugin/inc/phoneindicatorinterface.h
changeset 46 bc5a64e5bc3c
parent 45 6b911d05207e
child 50 377c906a8701
--- a/phoneplugins/phoneindicatorplugin/inc/phoneindicatorinterface.h	Wed Jun 23 18:12:20 2010 +0300
+++ b/phoneplugins/phoneindicatorplugin/inc/phoneindicatorinterface.h	Tue Jul 06 14:15:47 2010 +0300
@@ -33,21 +33,14 @@
                                  int typeIndex,
                                  Interaction interaction);
 
-    ~PhoneIndicatorInterface();
+    ~PhoneIndicatorInterface(){}
 
     bool handleInteraction(InteractionType type);
     QVariant indicatorData(int role) const;
-    
-private slots:
-    void handleReturnValue(const QVariant &returnValue);
-    void handleError(int errorCode,const QString &errorMessage);
 
 protected:
 
     bool handleClientRequest(RequestType type, const QVariant &parameter);
-    
-private:
-    void launchDivertSettingsView();
 
 private:
 
@@ -58,7 +51,6 @@
     QString m_icon;
     QString m_icon2;
     QVariant m_parameter;
-    XQApplicationManager m_appMgr;
 };
 
 #endif // PHONEINDICATORINTERFACE_H