MCPcopy Create free account
hub / github.com/KDE/labplot / A429Error

Method A429Error

src/3rdparty/vector_blf/src/Vector/BLF/A429Error.cpp:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8namespace BLF {
9
10A429Error::A429Error() :
11 ObjectHeader(ObjectType::A429_ERROR) {
12}
13
14void A429Error::read(AbstractFile & is) {
15 ObjectHeader::read(is);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected