diff -r 9ba4404ef423 -r 759dc5235cdb emailuis/nmindicatorplugin/inc/nmindicator.h --- a/emailuis/nmindicatorplugin/inc/nmindicator.h Thu May 27 12:43:55 2010 +0300 +++ b/emailuis/nmindicatorplugin/inc/nmindicator.h Fri Jun 11 13:27:14 2010 +0300 @@ -50,36 +50,22 @@ bool handleInteraction(InteractionType type); QVariant indicatorData(int role) const; - HbIndicatorInterface::Category category() const; - bool acceptIcon(bool sending); - void updateGlobalStatus(bool sending); protected: // From HbIndicatorInterface bool handleClientRequest(RequestType type, const QVariant ¶meter); -signals: - - void indicatorIconLost(); - void globalStatusChanged(bool sending); - void mailboxLaunched(quint64 mailboxId); - private slots: - void hideSendIndicator(); + void delayedAction(); private: void storeMailboxData(QVariant mailboxData); - void showSendProgress(); - bool isSending() const; private: NmMailboxInfo mMailbox; - bool mShowIndicator; - bool mSendingState; - bool mShowSendProgress; bool mActive; };