From 48aaf36fab4a035b3dc2aa6e2745f4f7ce25538c Mon Sep 17 00:00:00 2001 From: luisangelsm Date: Sun, 18 Jan 2026 10:24:13 +0100 Subject: [PATCH] Format --- common/rhi/yacreader_flow_rhi.cpp | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/common/rhi/yacreader_flow_rhi.cpp b/common/rhi/yacreader_flow_rhi.cpp index 442b890e..84fde6a1 100644 --- a/common/rhi/yacreader_flow_rhi.cpp +++ b/common/rhi/yacreader_flow_rhi.cpp @@ -16,7 +16,15 @@ static QShader getShader(const QString &name) /*Constructor*/ YACReaderFlow3D::YACReaderFlow3D(QWidget *parent, struct Preset p) - : QRhiWidget(parent), numObjects(0), lazyPopulateObjects(-1), hasBeenInitialized(false), backgroundColor(Qt::black), textColor(Qt::white), shadingColor(Qt::black), flowRightToLeft(false), showMarks(true) + : QRhiWidget(parent), + numObjects(0), + lazyPopulateObjects(-1), + showMarks(true), + hasBeenInitialized(false), + backgroundColor(Qt::black), + textColor(Qt::white), + shadingColor(Qt::black), + flowRightToLeft(false) { updateCount = 0; config = p;