From e6fe8b0e9330a3c49562740fcd41b2e8fc561dd4 Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Fri, 2 Apr 2021 21:29:33 +0200 Subject: [PATCH] Remove extra '/' in comment block GIT_SILENT --- shell/panelview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/panelview.h b/shell/panelview.h index c312d4907..fb71824bf 100644 --- a/shell/panelview.h +++ b/shell/panelview.h @@ -108,7 +108,7 @@ class PanelView : public PlasmaQuick::ContainmentView Q_PROPERTY(OpacityMode opacityMode READ opacityMode WRITE setOpacityMode NOTIFY opacityModeChanged) /** - /* Property that determines whether adaptive opacity is used. + * Property that determines whether adaptive opacity is used. */ Q_PROPERTY(bool adaptiveOpacityEnabled READ adaptiveOpacityEnabled NOTIFY adaptiveOpacityEnabledChanged)