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();