MCPcopy Create free account
hub / github.com/chris2511/xca / location

Method location

lib/sql.cpp:219–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219void XSqlQuery::location(const char *f, int l)
220{
221 file = f + QString(f).lastIndexOf("/") +1;
222 line = l;
223}

Callers

nothing calls this directly

Calls 1

QStringClass · 0.70

Tested by

no test coverage detected