QDoc: Also use the CppCodeMarker for .qtx and .qtt files.
Change-Id: Iff44975bc17fbf1158b373ecd967782b6cb5a3c1 Reviewed-by: Martin Smith <martin.smith@nokia.com>bb10
parent
f1ea4ed3d4
commit
b587da56b9
|
|
@ -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" ||
|
||||
|
|
|
|||
Loading…
Reference in New Issue