MCPcopy Create free account
hub / github.com/YACReader/yacreader / isValidText

Function isValidText

YACReaderLibrary/xml_info_parser.cpp:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include <QtCore>
6
7bool isValidText(const QString &string)
8{
9 return !string.isEmpty() && !string.isNull();
10}
11
12QString transLateMultiValuedString(QString &string, const QString &originSeparator = ", ", const QString &targetSeparator = "\n")
13{

Callers 3

parseFieldFunction · 0.85
parseFieldNumberFunction · 0.85
tryValuesFunction · 0.85

Calls 1

isEmptyMethod · 0.80

Tested by

no test coverage detected