diff options
| author | Martin Smith <martin.smith@qt.io> | 2018-12-05 13:18:50 +0100 |
|---|---|---|
| committer | Martin Smith <martin.smith@qt.io> | 2019-05-13 11:11:42 +0000 |
| commit | 98cb9275d064d8b996dcd78324c4249f69a981a9 (patch) | |
| tree | 20dbac4c7c6b3af508bd545983a406ff83c54a23 /src/gui/doc/snippets/textdocument-imageformat/main.cpp | |
| parent | 3976df280521cad0bb3e782369494ad4ef906fc5 (diff) | |
doc: clang reported two fake declarations to be the same
These declarations are provided for qdoc, but clang says they are the same:
template <typename Functor>
QMetaObject::Connection callOnTimeout(const QObject *context, Functor slot, Qt::ConnectionType connectionType = Qt::AutoConnection);
template <typename PointerToMemberFunction>
QMetaObject::Connection callOnTimeout(const QObject *receiver, PointerToMemberFunction slot, Qt::ConnectionType connectionType = Qt::AutoConnection);
clang accepts this one, but is it ok for the documentation?
template <typename MemberFunction>
QMetaObject::Connection callOnTimeout(const QObject *receiver, MemberFunction *slot, Qt::ConnectionType connectionType = Qt::AutoConnection);
Change-Id: I9d63b1bccfa8d73dbc17ab70c4415eb7891fbbe2
Reviewed-by: Martin Smith <martin.smith@qt.io>
Diffstat (limited to 'src/gui/doc/snippets/textdocument-imageformat/main.cpp')
0 files changed, 0 insertions, 0 deletions
