Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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/*! \typedef QFunctionPointer
5 \relates <QFunctionPointer>
6
7 This is a typedef for \c{void (*)()}, a pointer to a function that takes
8 no arguments and returns void.
9*/