Home
last modified time | relevance | path

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

/dports/audio/cantata/cantata-2.4.2/mpd-interface/
H A Dmpdconnection.cpp72 static const QByteArray constAckValue("ACK"); variable
142 …data.endsWith(constOkNlValue) || data.startsWith(constOkValue) || data.startsWith(constAckValue)) { in readFromSocket()