Home
last modified time | relevance | path

Searched refs:fileTransferDestroyed (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/kopete/kopete-21.12.3/protocols/oscar/
H A Doscaraccount.h196 void fileTransferDestroyed( QObject* handler );
H A Doscaraccount.cpp507 …QObject::connect( ftHandler, SIGNAL(destroyed(QObject*)), this, SLOT(fileTransferDestroyed(QObject… in incomingFileTransfer()
513 void OscarAccount::fileTransferDestroyed( QObject* object ) in fileTransferDestroyed() function in OscarAccount