MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / lineEndings

Method lineEndings

app/src/Console/Handler.cpp:251–259  ·  view source on GitHub ↗

* @brief Returns the list of available line ending options. */

Source from the content-addressed store, hash-verified

249 * @brief Returns the list of available line ending options.
250 */
251QStringList Console::Handler::lineEndings() const
252{
253 QStringList list;
254 list.append(tr("No Line Ending"));
255 list.append(tr("New Line"));
256 list.append(tr("Carriage Return"));
257 list.append(tr("CR + NL"));
258 return list;
259}
260
261/**
262 * @brief Returns the list of available console display modes.

Callers

nothing calls this directly

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected