summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qfunctionpointer.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/global/qfunctionpointer.qdoc')
-rw-r--r--src/corelib/global/qfunctionpointer.qdoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/corelib/global/qfunctionpointer.qdoc b/src/corelib/global/qfunctionpointer.qdoc
new file mode 100644
index 0000000000..13f82bc011
--- /dev/null
+++ b/src/corelib/global/qfunctionpointer.qdoc
@@ -0,0 +1,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.
+*/