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

List:       kde-commits
Subject:    kdenonbeta/kopete
From:       Martijn Klingens <klingens () kde ! org>
Date:       2003-06-10 22:00:20
[Download RAW message or body]

CVS commit by mklingens: 

More -Werror warning fixes. Protocols build now. the rest is for tomorrow,
it's bed time


  M +1 -1      plugins/history/historyplugin.cpp   1.4
  M +2 -2      protocols/oscar/aim/aimcontact.cpp   1.11
  M +2 -2      protocols/oscar/oscarcontact.cpp   1.94


--- kdenonbeta/kopete/plugins/history/historyplugin.cpp  #1.3:1.4
@@ -233,5 +233,5 @@ void HistoryPlugin::slotNext()
 }
 
-void HistoryPlugin::addMessage(KopeteMessage::MessageDirection dir, QString nick, \
QString date, QString body) +void HistoryPlugin::addMessage( \
KopeteMessage::MessageDirection dir, QString /* nick */, QString /* date */, QString \
body )  {
         //TODO: use nick and date

--- kdenonbeta/kopete/protocols/oscar/oscarcontact.cpp  #1.93:1.94
@@ -248,10 +248,10 @@ void OscarContact::slotDeleteContact()
 }
 
-void OscarContact::slotContactDestroyed(KopeteContact */*contact*/)
+void OscarContact::slotContactDestroyed(KopeteContact * /* contact */ )
 {
         slotDeleteContact();
 }
 
-void OscarContact::slotGroupRemoved(KopeteGroup *removedGroup)
+void OscarContact::slotGroupRemoved(KopeteGroup * /* removedGroup */ )
 {
 /******

--- kdenonbeta/kopete/protocols/oscar/aim/aimcontact.cpp  #1.10:1.11
@@ -190,5 +190,5 @@ void AIMContact::slotOffgoingBuddy(QStri
 // Called when an IM is received
 
-void AIMContact::slotIMReceived(QString message, QString sender, bool isAuto)
+void AIMContact::slotIMReceived( QString message, QString sender, bool /* isAuto */ \
)  {
         // Check if we're the one who sent the message
@@ -259,5 +259,5 @@ void AIMContact::slotSendMsg(KopeteMessa
         // Check to see if the person we're sending the message to is online
         if (
-                        ( mListContact->status() == OSCAR_OFFLINE ) ||
+                        ( mListContact->status() == int( OSCAR_OFFLINE ) ) ||
                         ( onlineStatus().status() == KopeteOnlineStatus::Offline )
                 )


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

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