mirror of
https://github.com/fralx/LimeReport.git
synced 2025-10-09 05:57:14 +03:00
New functionality has been added to the report's variables
This commit is contained in:
@@ -157,6 +157,17 @@ namespace Const{
|
||||
typedef QScriptValue ScriptValueType;
|
||||
#endif
|
||||
|
||||
class Enums
|
||||
{
|
||||
public:
|
||||
enum VariableDataType {Undefined, String, Bool, Int, Real, Date, Time, DateTime};
|
||||
Q_ENUM(VariableDataType)
|
||||
private:
|
||||
Enums(){}
|
||||
Q_GADGET
|
||||
};
|
||||
typedef Enums::VariableDataType VariableDataType;
|
||||
|
||||
} // namespace LimeReport
|
||||
|
||||
Q_DECLARE_OPERATORS_FOR_FLAGS(LimeReport::PreviewHints)
|
||||
|
Reference in New Issue
Block a user