MCPcopy Create free account
hub / github.com/QNapi/qnapi / getCredentials

Method getCredentials

libqnapi/src/engines/napisy24downloadengine.cpp:163–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163QPair<QString, QString> Napisy24DownloadEngine::getCredentials() const {
164 if (!engineConfig.nick().isEmpty() && !engineConfig.password().isEmpty()) {
165 return qMakePair(engineConfig.nick(), engineConfig.password());
166 } else {
167 return qMakePair(QString("tantalosus"), QString("susolatnat"));
168 }
169}
170
171const char *const Napisy24DownloadEngine::pixmapData[] = {
172 "16 16 256 2",

Callers

nothing calls this directly

Calls 2

nickMethod · 0.80
passwordMethod · 0.80

Tested by

no test coverage detected