![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QScopeGuard>Go to the source code of this file.
Functions | |
| int | code_that_might_throw_exceptions () |
| void | myComplexCodeWithMultipleReturnPoints (int v) |
| [0] | |
| int code_that_might_throw_exceptions | ( | ) |
Definition at line 6 of file src_corelib_tools_qscopeguard.cpp.
Referenced by myComplexCodeWithMultipleReturnPoints().
| void myComplexCodeWithMultipleReturnPoints | ( | int | v | ) |
[0]
Definition at line 9 of file src_corelib_tools_qscopeguard.cpp.
References code_that_might_throw_exceptions().