From 658be09da2ad0e8241eb4580ba4a16e221725608 Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Tue, 30 Jun 2026 02:10:17 +0200 Subject: [PATCH] fix(buttonrow): restore private specifier removed by clang-format --- Plugins/ZShell/Components/buttonrow.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Plugins/ZShell/Components/buttonrow.hpp b/Plugins/ZShell/Components/buttonrow.hpp index e2417e6..4ff76b6 100644 --- a/Plugins/ZShell/Components/buttonrow.hpp +++ b/Plugins/ZShell/Components/buttonrow.hpp @@ -28,6 +28,8 @@ class ButtonRow : public QQuickItem { private slots: void invalidate(); + // NOLINTNEXTLINE(readability-redundant-access-specifiers) + private: void relayout(); static qreal getMorphExpansion(const QQuickItem* item);