Qt Utilities 6.14.0
Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
Loading...
Searching...
No Matches
Functions
QtUtilities::QtUtilitiesResources Namespace Reference

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.
 

Detailed Description

Functions for using the resources provided by this library.

Deprecated
Replaced by ENABLE_QT_RESOURCES_OF_STATIC_DEPENDENCIES macro.

Function Documentation

◆ cleanup()

void QtUtilities::QtUtilitiesResources::cleanup ( )

Frees the resources used and provided by this library.

Deprecated
Replaced by ENABLE_QT_RESOURCES_OF_STATIC_DEPENDENCIES macro.

Definition at line 60 of file resources.cpp.

◆ init()

void QtUtilities::QtUtilitiesResources::init ( )

Initiates the resources used and provided by this library.

Deprecated
Replaced by ENABLE_QT_RESOURCES_OF_STATIC_DEPENDENCIES macro.

Definition at line 51 of file resources.cpp.