| 607 | } |
| 608 | |
| 609 | static inline QString msgUnexpectedClosing(const QString &name) |
| 610 | { |
| 611 | return QCoreApplication::translate("PluginSpec", "Unexpected closing element '%1'").arg(name); |
| 612 | } |
| 613 | |
| 614 | static inline QString msgUnexpectedToken() |
| 615 | { |
no outgoing calls
no test coverage detected