MCPcopy Create free account
hub / github.com/GilesBathgate/RapCAD / writeData

Method writeData

src/texteditiodevice.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34qint64 TextEditIODevice::writeData(const char* data, qint64 maxSize)
35{
36 emit textRecieved(data);
37 return maxSize;
38}
39
40void TextEditIODevice::writeTextEdit(const QString& data)
41{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected