From kde-commits Sun Mar 18 11:34:24 2007 From: Duncan Mac-Vicar Prett Date: Sun, 18 Mar 2007 11:34:24 +0000 To: kde-commits Subject: KDE/kdenetwork/kopete/protocols/oscar/liboscar/tasks Message-Id: <1174217664.955954.17492.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=117421761005823 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();