diff options
| author | Ivan Solovev <ivan.solovev@qt.io> | 2022-09-30 12:28:19 +0200 |
|---|---|---|
| committer | Ivan Solovev <ivan.solovev@qt.io> | 2022-10-06 11:36:46 +0200 |
| commit | d7cca67352c7e6ef69222b340b6488b48f8fae30 (patch) | |
| tree | 677f451747caceb309cb7930bcb33675b5310813 /src/corelib/global/qfunctionpointer.qdoc | |
| parent | 0b791f6a90714deb2e46d83e072aa104707fb10f (diff) | |
Move QFunctionPointer typedef to a separate header
Task-number: QTBUG-99313
Task-number: QTBUG-106154
Change-Id: I8c62e5c2c2f80d5ce1d4dce69eebbe7d1ebbfd52
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'src/corelib/global/qfunctionpointer.qdoc')
| -rw-r--r-- | src/corelib/global/qfunctionpointer.qdoc | 9 |
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 00000000000..13f82bc0111 --- /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. +*/ |
