[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenetwork/kopete/protocols/msn
From:       Olivier Goffart <ogoffart () kde ! org>
Date:       2005-02-21 16:01:11
Message-ID: 20050221160111.B97931853F () office ! kde ! org
[Download RAW message or body]

CVS commit by ogoffart: 

all slotGo* method are unused since the menu are autogenerated. simply remove them


  M +0 -47     msnaccount.cpp   1.114
  M +0 -9      msnaccount.h   1.38


--- kdenetwork/kopete/protocols/msn/msnaccount.cpp  #1.113:1.114
@@ -255,51 +255,4 @@ MSNNotifySocket *MSNAccount::notifySocke
 }
 
-void MSNAccount::slotGoOnline()
-{
-        m_awayReason = QString::null;
-        setOnlineStatus( MSNProtocol::protocol()->NLN );
-}
-
-void MSNAccount::slotGoOffline()
-{
-        disconnect();
-        // m_connectstatus = NLN;
-}
-
-void MSNAccount::slotGoAway()
-{
-        m_awayReason = QString::null;
-        setOnlineStatus( MSNProtocol::protocol()->AWY );
-}
-
-void MSNAccount::slotGoBusy()
-{
-        m_awayReason = QString::null;
-        setOnlineStatus( MSNProtocol::protocol()->BSY );
-}
-
-void MSNAccount::slotGoBeRightBack()
-{
-        m_awayReason = QString::null;
-        setOnlineStatus( MSNProtocol::protocol()->BRB );
-}
-
-void MSNAccount::slotGoOnThePhone()
-{
-        m_awayReason = QString::null;
-        setOnlineStatus( MSNProtocol::protocol()->PHN );
-}
-
-void MSNAccount::slotGoOutToLunch()
-{
-        m_awayReason = QString::null;
-        setOnlineStatus( MSNProtocol::protocol()->LUN );
-}
-
-void MSNAccount::slotGoInvisible()
-{
-        m_awayReason = QString::null;
-        setOnlineStatus( MSNProtocol::protocol()->HDN );
-}
 
 void MSNAccount::setOnlineStatus( const Kopete::OnlineStatus &status , const QString &reason)

--- kdenetwork/kopete/protocols/msn/msnaccount.h  #1.37:1.38
@@ -105,13 +105,4 @@ protected:
 private slots:
         // Actions related
-        void slotGoOnline();
-        void slotGoOffline();
-        void slotGoAway();
-        void slotGoBusy();
-        void slotGoBeRightBack();
-        void slotGoOnThePhone();
-        void slotGoOutToLunch();
-        void slotGoInvisible();
-
         void slotStartChat();
         void slotOpenInbox();


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic