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/Value_Main.cpp | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'core/src/Model/Workflow/Value_Main.cpp') diff --git a/core/src/Model/Workflow/Value_Main.cpp b/core/src/Model/Workflow/Value_Main.cpp index 2e64987..fdd2fd5 100644 --- a/core/src/Model/Workflow/Value_Main.cpp +++ b/core/src/Model/Workflow/Value_Main.cpp @@ -1,19 +1,24 @@ #include "Value.hpp" BaseValue::BaseValue(Kind kind) - : mKind{ kind } { + : mKind{ kind } +{ } -BaseValue::Kind BaseValue::GetKind() const { +BaseValue::Kind BaseValue::GetKind() const +{ return mKind; } -bool BaseValue::SupportsConstant() const { +bool BaseValue::SupportsConstant() const +{ return false; } -void BaseValue::ReadFrom(std::istream& stream) { +void BaseValue::ReadFrom(std::istream& stream) +{ } -void BaseValue::WriteTo(std::ostream& stream) { +void BaseValue::WriteTo(std::ostream& stream) +{ } -- cgit v1.2.3-70-g09d2