mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2024-12-26 05:18:11 +03:00
7 lines
170 B
C++
7 lines
170 B
C++
void initResources();
|
|
namespace LimeReport{
|
|
void initReportItems();
|
|
void initObjectInspectorProperties();
|
|
void initSerializators();
|
|
} // namespace LimeReport
|