mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2024-12-25 21:14:39 +03:00
6 lines
148 B
C++
6 lines
148 B
C++
namespace LimeReport{
|
|
void initReportItems();
|
|
void initObjectInspectorProperties();
|
|
void initSerializators();
|
|
} // namespace LimeReport
|