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

List:       kde-commits
Subject:    KDE/kdenetwork/kopete/protocols/oscar/liboscar/tasks
From:       Duncan Mac-Vicar Prett <duncan () kde ! org>
Date:       2007-03-18 11:34:24
Message-ID: 1174217664.955954.17492.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 643767 by dmacvicar:


‘FileTransferTask::m_timer' will be initialized after



 M  +2 -2      filetransfertask.cpp  


--- trunk/KDE/kdenetwork/kopete/protocols/oscar/liboscar/tasks/filetransfertask.cpp #643766:643767
@@ -44,8 +44,8 @@
 FileTransferTask::FileTransferTask( Task* parent, const QString& contact,
                                     const QString& self, QByteArray cookie,
                                     Buffer b  )
-: Task( parent ), m_contactName( contact ), m_selfName( self ),
-  m_timer( this ), m_file( this )
+: Task( parent ), m_file( this ), m_contactName( contact ), m_selfName( self ),
+  m_timer( this )
 {
 	init( Receive );
 	initOft();
[prev in list] [next in list] [prev in thread] [next in thread] 

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