mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-14 22:35:49 +00:00
add script formatter
This commit is contained in:
@ -29,7 +29,7 @@ class AWFormatterHelper : public QObject
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
enum class FormatterClass { Float, DateTime, NoFormat };
|
||||
enum class FormatterClass { DateTime, Float, Script, NoFormat };
|
||||
|
||||
explicit AWFormatterHelper(QObject *parent = nullptr);
|
||||
virtual ~AWFormatterHelper();
|
||||
|
Reference in New Issue
Block a user