From 3a3c3a96d6d318c94b8b2444352c407542130711 Mon Sep 17 00:00:00 2001 From: Uwe Kindler Date: Tue, 18 Oct 2022 15:46:53 +0200 Subject: [PATCH] Fixed namespace comment in ElidingLabel --- src/ElidingLabel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ElidingLabel.h b/src/ElidingLabel.h index f1525e2..811a974 100644 --- a/src/ElidingLabel.h +++ b/src/ElidingLabel.h @@ -124,7 +124,7 @@ public: void setOrientation(Qt::Orientation orientation); }; // class CVerticalElidingLabel -} // namespace QtLabb +} // namespace ads //--------------------------------------------------------------------------- #endif // ElidingLabelH