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

List:       kde-commits
Subject:    KDE/kdenetwork/kopete/protocols/sms
From:       Duncan Mac-Vicar Prett <duncan () kde ! org>
Date:       2007-03-18 13:37:50
Message-ID: 1174225070.371982.20675.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 643814 by dmacvicar:


initialization order



 M  +3 -2      smsprotocol.cpp  


--- trunk/KDE/kdenetwork/kopete/protocols/sms/smsprotocol.cpp #643813:643814
@@ -35,8 +35,9 @@
 SMSProtocol::SMSProtocol(QObject *parent, const QStringList &)
 : Kopete::Protocol( SMSProtocolFactory::componentData(), parent ),
 	SMSOnline(  Kopete::OnlineStatus::Online,  25, this, 0,  QStringList(),   i18n( \
                "Online" ), i18n( "Online" ), Kopete::OnlineStatusManager::Online ),
-	SMSConnecting( Kopete::OnlineStatus::Connecting,2, this, 3, QStringList(),    i18n( \
                "Connecting" ) ),
-	SMSOffline( Kopete::OnlineStatus::Offline, 0, this, 2,  QStringList(),   i18n( \
"Offline" ), i18n( "Offline" ), Kopete::OnlineStatusManager::Offline ) +	SMSOffline( \
Kopete::OnlineStatus::Offline, 0, this, 2,  QStringList(),   i18n( "Offline" ), i18n( \
"Offline" ), Kopete::OnlineStatusManager::Offline ), +	SMSConnecting( \
Kopete::OnlineStatus::Connecting,2, this, 3, QStringList(),    i18n( "Connecting" ) ) \
+	  {
 	if (s_protocol)
 		kWarning( 14160 ) << k_funcinfo << "s_protocol already defined!" << endl;


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

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