// Copyright (C) 2022 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only /*! \headerfile \inmodule QtCore \ingroup funclists \brief Convenience types for function pointers. */ /*! \typedef QFunctionPointer \relates This is a typedef for \c{void (*)()}, a pointer to a function that takes no arguments and returns void. */