summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpainter.cpp
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@qt.io>2018-10-05 10:07:20 +0200
committerMartin Smith <martin.smith@qt.io>2018-10-23 15:08:00 +0000
commit5ea233ca6782eb27adf596515cb66ef3dadc1d5e (patch)
tree669865ec8ff9b0773f664024b103faceef3c8967 /src/gui/painting/qpainter.cpp
parent0107b695f0be8024523250c7d8be475c6f6747e6 (diff)
doc: Remove indistinguishable declaration
QTimer contains a template member function callOnTimeout(), which accepts a variable number of arguments. Because it is difficult to document such a general function, several specific declarations were added under the guard Q_CLANG_QDOC that represent the typical ways this function is used. They are easier to document because they have specific signatures. Unfortunately, the clang parser recognizes two of them as being the same, so this change removes one of the two. It also adjusts the documentation of the remaining one so that it indicates both uses. Change-Id: Ifa7bed9093bd1491b7bfe154990864454885c003 Reviewed-by: Martin Smith <martin.smith@qt.io>
Diffstat (limited to 'src/gui/painting/qpainter.cpp')
0 files changed, 0 insertions, 0 deletions