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

Add barcodeVariablesList

This commit is contained in:
Sanych
2024-11-26 17:41:53 +03:00
parent b59dd19555
commit da3e8f302f
11 changed files with 67 additions and 10 deletions

View File

@@ -20,6 +20,7 @@ public:
virtual void saveSettings() = 0;
virtual void setShowProgressDialog(bool value) = 0;
virtual void newReport(bool needCheck = true) = 0;
virtual void setBarcodeVariables(const QStringList &) = 0;
};
} // namespace LimeReport