MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / getColorField2

Method getColorField2

src/database/cppsqlite3.cpp:329–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327 }
328}
329QColor CppSQLite3Query::getColorField2(const CString& szField, QColor crNullValue /*= 0*/)
330{
331 int nField = fieldIndex(szField);
332 return getColorField2(nField, crNullValue);
333}
334
335QColor CppSQLite3Query::getColorField2(int nField, QColor crNullValue /*= 0*/)
336{

Callers 1

sqlToStyleDataArrayMethod · 0.80

Calls 2

WizStringToColor2Function · 0.85
isEmptyMethod · 0.80

Tested by

no test coverage detected