| 1919 | } |
| 1920 | |
| 1921 | bool |
| 1922 | GtfXmlHandler::warning (const QXmlParseException &ex) |
| 1923 | { |
| 1924 | tl::XMLLocatedException lex (tl::to_string (ex.message ()), ex.lineNumber (), ex.columnNumber ()); |
| 1925 | tl::warn << lex.msg (); |
| 1926 | // continue |
| 1927 | return true; |
| 1928 | } |
| 1929 | |
| 1930 | } |
| 1931 |
nothing calls this directly
no test coverage detected