MCPcopy Create free account
hub / github.com/Segs/Segs / sendBrowser

Function sendBrowser

Projects/CoX/Servers/MapServer/DataHelpers.cpp:510–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

508}
509
510void sendBrowser(MapClientSession &sess, QString &content)
511{
512 qCDebug(logMapEvents) << QString("Sending Browser");
513 sess.addCommand<Browser>(content);
514}
515
516void sendTailorOpen(MapClientSession &sess)
517{

Callers 2

sendKioskFunction · 0.85
cmdHandler_BrowserFunction · 0.85

Calls 1

QStringClass · 0.70

Tested by

no test coverage detected