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