diff -r 6b911d05207e -r bc5a64e5bc3c phoneplugins/phoneindicatorplugin/inc/phoneindicatorinterface.h --- 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 ¶meter); - -private: - void launchDivertSettingsView(); private: @@ -58,7 +51,6 @@ QString m_icon; QString m_icon2; QVariant m_parameter; - XQApplicationManager m_appMgr; }; #endif // PHONEINDICATORINTERFACE_H