| 1831 | } |
| 1832 | |
| 1833 | void cmdHandler_MapXferList(const QStringList &/*params*/, MapClientSession &sess) |
| 1834 | { |
| 1835 | showMapMenu(sess); |
| 1836 | } |
| 1837 | |
| 1838 | void cmdHandler_ReSpec(const QStringList &/*params*/, MapClientSession &sess) |
| 1839 | { |
nothing calls this directly
no test coverage detected