From 1fd1e4b5f2418e3ac2909658993bfedb615537ec Mon Sep 17 00:00:00 2001 From: rtk0c Date: Thu, 6 May 2021 21:56:40 -0700 Subject: Change brace style to on new line, add initial deliveries view when an order entry is selected --- core/src/Model/Workflow/Nodes/TextNodes.hpp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'core/src/Model/Workflow/Nodes/TextNodes.hpp') diff --git a/core/src/Model/Workflow/Nodes/TextNodes.hpp b/core/src/Model/Workflow/Nodes/TextNodes.hpp index 278db32..1beb145 100644 --- a/core/src/Model/Workflow/Nodes/TextNodes.hpp +++ b/core/src/Model/Workflow/Nodes/TextNodes.hpp @@ -7,9 +7,11 @@ #include #include -class TextFormatterNode : public WorkflowNode { +class TextFormatterNode : public WorkflowNode +{ public: - enum ArgumentType { + enum ArgumentType + { NumericArgument, TextArgument, DateTimeArgument, @@ -18,7 +20,8 @@ public: private: class Impl; - struct Argument { + struct Argument + { ArgumentType ArgumentType; int PinIdx; }; -- cgit v1.2.3-70-g09d2