0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-25 00:18:06 +03:00

IDataSource extracted to own file

This commit is contained in:
Arin Alexander
2019-01-24 22:10:15 +03:00
parent 3b94666a33
commit e5a0d2943d
7 changed files with 95 additions and 36 deletions

View File

@@ -131,6 +131,7 @@ HEADERS += \
$$REPORT_PATH/lrvariablesholder.h \
$$REPORT_PATH/lrgroupfunctions.h \
$$REPORT_PATH/lrreportengine.h \
$$REPORT_PATH/lrdatasourceintf.h \
$$REPORT_PATH/lrdatasourcemanagerintf.h \
$$REPORT_PATH/lrscriptenginemanagerintf.h \
$$REPORT_PATH/lrsimplecrypt.h \