summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qfunctionpointer.qdoc
blob: 13f82bc011127cdcc579c816d60b210121b37888 (plain)
1
2
3
4
5
6
7
8
9
// Copyright (C) 2022 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*! \typedef QFunctionPointer
    \relates <QFunctionPointer>

    This is a typedef for \c{void (*)()}, a pointer to a function that takes
    no arguments and returns void.
*/