diff -r a8c78391e414 -r b41d74bacdea src/demo.cpp --- a/src/demo.cpp Sun Aug 11 13:33:57 2013 +0300 +++ b/src/demo.cpp Sun Aug 11 13:38:12 2013 +0300 @@ -38,12 +38,7 @@ if (skip-- > 0) continue; -#if (QT_VERSION >= QT_VERSION_CHECK (5, 0, 0)) - if (c.toLatin1() == '\034') -#else - if (c.toAscii() == '\034') -#endif // QT_VERSION - { + if (c.toLatin1() == '\034') { skip = 1; continue; }