2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-10-17 14:19:43 +00:00

Improved QtCreator projects for codegen, include dirs used in codegen.

This commit is contained in:
John Preston
2016-04-20 15:59:25 +03:00
parent 18d8666312
commit ed3281d0f5
7 changed files with 37 additions and 72 deletions

View File

@@ -52,6 +52,8 @@ Token invalidToken() {
return { Type::Invalid, QString(), ConstUtf8String(nullptr, 0), false };
}
} // namespace
BasicTokenizedFile::BasicTokenizedFile(const QString &filepath) : reader_(filepath) {