mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2024-12-23 20:22:58 +03:00
8 lines
196 B
C++
8 lines
196 B
C++
void initResources();
|
|
namespace LimeReport{
|
|
void initReportItems();
|
|
void initObjectInspectorProperties();
|
|
void initSerializators();
|
|
void initExporters();
|
|
} // namespace LimeReport
|