Home
last modified time | relevance | path

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

/dports/polish/kadu/kadu-4.3/plugins/jabber_protocol/gui/windows/
H A Dxml-console.cpp44 …connect(protocol->streamDebugService(), SIGNAL(incomingStream(QString)), this, SLOT(xmlIncomingSlo… in XmlConsole()
45 …connect(protocol->streamDebugService(), SIGNAL(outgoingStream(QString)), this, SLOT(xmlOutgoingSlo… in XmlConsole()
/dports/polish/kadu/kadu-4.3/plugins/jabber_protocol/
H A Djabber-protocol.h71 virtual JabberStreamDebugService * streamDebugService() { return m_streamDebugService; } in streamDebugService() function