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