Function qunsetenv
Source pub unsafe fn qunsetenv(var_name: *const c_char) -> bool
Expand description
This function deletes the variable varName from the environment.
Calls C++ function: bool qunsetenv(const char* varName)
.
C++ documentation:
This function deletes the variable varName from the environment.
Returns true
on success.
This function was introduced in Qt 5.1.
See also qputenv() and qgetenv().
Macro Documentation