QDoc: Also use the CppCodeMarker for .qtx and .qtt files.

Change-Id: Iff44975bc17fbf1158b373ecd967782b6cb5a3c1
Reviewed-by: Martin Smith <martin.smith@nokia.com>
bb10
Casper van Donderen 2012-05-11 15:22:55 +02:00 committed by Qt by Nokia
parent f1ea4ed3d4
commit b587da56b9
1 changed files with 2 additions and 0 deletions

View File

@ -87,6 +87,8 @@ bool CppCodeMarker::recognizeExtension(const QString& extension)
return ext == "c" ||
ext == "c++" ||
ext == "qdoc" ||
ext == "qtt" ||
ext == "qtx" ||
ext == "cc" ||
ext == "cpp" ||
ext == "cxx" ||