summaryrefslogtreecommitdiffstats
path: root/src/widgets/graphicsview/qgraphicswidget.cpp
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@qt.io>2017-07-19 12:37:55 +0200
committerMartin Smith <martin.smith@qt.io>2017-12-06 07:06:16 +0000
commit329e09a3c303fad1ab001de74924288aae1e7a9d (patch)
treed592befceb7f6ca6b244e586554cb994ee28c8e4 /src/widgets/graphicsview/qgraphicswidget.cpp
parent6fd1895900e9d6a4452e4156e432d163eed69d22 (diff)
doc: Add missing template text to \fn commands
This update corrects about 200 qdoc warnings caused by incomplete \fn commands for member functions of template classes. It can be used as an example of how to fix \fn commands that suddenly cause qdoc warnings now that qdoc uses clang to parse the \fn commands. For example, with the old qdoc, we had this \fn command, which the old qdoc handled correctly: \fn QAtomicInteger::operator T() const For the new clang-based qdoc, this \fn command must be written this way: \fn template <typename T> QAtomicInteger<T>::operator T() const However, the documentation generated by the clang-based qdoc looks the same as it did in the old qdoc. Change-Id: I7803b3b7ec7c6b8b3cc1be789bc36921438f527e Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/widgets/graphicsview/qgraphicswidget.cpp')
0 files changed, 0 insertions, 0 deletions