blob: f862dbac52b6deb7035fb460098e04f027314d17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// Copyright (C) 2022 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\headerfile <QFunctionPointer>
\inmodule QtCore
\ingroup funclists
\brief Convenience types for function pointers.
*/
/*! \typedef QFunctionPointer
\relates <QFunctionPointer>
This is a typedef for \c{void (*)()}, a pointer to a function that takes
no arguments and returns void.
*/
|