| 10 | } |
| 11 | |
| 12 | void SciLexerHandler::setProxy(AbstractLexerProxy *proxy) |
| 13 | { |
| 14 | this->proxy = proxy; |
| 15 | connect(proxy, &AbstractLexerProxy::propertyChanged, this, &QsciLexer::propertyChanged); |
| 16 | } |
| 17 | |
| 18 | const char *SciLexerHandler::language() const |
| 19 | { |
no test coverage detected