QDoc: Also use the CppCodeMarker for .qtx and .qtt files.
authorCasper van Donderen <casper.vandonderen@nokia.com>
Fri, 11 May 2012 13:22:55 +0000 (15:22 +0200)
committerQt by Nokia <qt-info@nokia.com>
Sat, 12 May 2012 21:48:14 +0000 (23:48 +0200)
Change-Id: Iff44975bc17fbf1158b373ecd967782b6cb5a3c1
Reviewed-by: Martin Smith <martin.smith@nokia.com>
src/tools/qdoc/cppcodemarker.cpp

index 4e5a9eb..20c3316 100644 (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" ||