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