Home
last modified time | relevance | path

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

/dports/biology/ugene/ugene-40.1/src/corelibs/U2Formats/src/
H A DMSFFormat.h62 static const QByteArray END_OF_HEADER_LINE; variable
H A DMSFFormat.cpp48 const QByteArray MSFFormat::END_OF_HEADER_LINE = ".."; member in U2::MSFFormat
110 if (line.endsWith(END_OF_HEADER_LINE)) { in load()
309 line += " " + END_OF_HEADER_LINE + "\n\n"; in storeTextEntry()