Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qfunctionpointer.qdoc
Go to the documentation of this file.
1// Copyright (C) 2022 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5 \headerfile <QFunctionPointer>
6 \inmodule QtCore
7 \ingroup funclists
8 \brief Convenience types for function pointers.
9*/
10
11/*! \typedef QFunctionPointer
12 \relates <QFunctionPointer>
13
14 This is a typedef for \c{void (*)()}, a pointer to a function that takes
15 no arguments and returns void.
16*/