Qt Utilities  5.12.0
Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
Functions
QtUtilitiesResources Namespace Reference

! 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...
 

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 QtUtilitiesResources::cleanup ( )

Frees the resources used and provided by this library.

Deprecated:
Replaced by ENABLE_QT_RESOURCES_OF_STATIC_DEPENDENCIES macro.

Definition at line 58 of file resources.cpp.

◆ init()

void QtUtilitiesResources::init ( )

Initiates the resources used and provided by this library.

Deprecated:
Replaced by ENABLE_QT_RESOURCES_OF_STATIC_DEPENDENCIES macro.

Definition at line 49 of file resources.cpp.