Qt Utilities 6.14.3
Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
|
Functions for using the resources provided by this library. More...
Functions | |
QT_UTILITIES_EXPORT void | init () |
Initiates the resources used and provided by this library. | |
QT_UTILITIES_EXPORT void | cleanup () |
Frees the resources used and provided by this library. | |
Functions for using the resources provided by this library.
void QtUtilities::QtUtilitiesResources::cleanup | ( | ) |
Frees the resources used and provided by this library.
Definition at line 60 of file resources.cpp.
void QtUtilities::QtUtilitiesResources::init | ( | ) |
Initiates the resources used and provided by this library.
Definition at line 51 of file resources.cpp.