Home
last modified time | relevance | path

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

/dports/net-im/kopete/kopete-21.12.3/protocols/oscar/liboscar/
H A Dclient.h600 void gotFileMessage( int, const QString, const QByteArray, Buffer );
H A Dclient.cpp841 this, SLOT(gotFileMessage(int,QString,QByteArray,Buffer)) ); in initializeStaticTasks()
1826 void Client::gotFileMessage( int type, const QString from, const QByteArray cookie, Buffer buf) in gotFileMessage() function in Oscar::Client