From 2a531847c7bb7f0fcaccab31f905f49214446ba1 Mon Sep 17 00:00:00 2001 From: Kristen McWilliam Date: Mon, 1 Nov 2021 16:39:40 -0400 Subject: [PATCH] dbusinterface: Add doc comment for replace() method Replace can be in reference to anything, this should definitely help to provide better context. --- src/dbusinterface.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/dbusinterface.h b/src/dbusinterface.h index e79ee2014d..f123ce82be 100644 --- a/src/dbusinterface.h +++ b/src/dbusinterface.h @@ -58,6 +58,12 @@ public Q_SLOTS: // METHODS QString supportInformation(); Q_NOREPLY void unclutterDesktop(); Q_NOREPLY void showDebugConsole(); + + /** + * Instructs kwin_wayland to restart itself. + * + * This acts as an implementation detail of: kwin_wayland --replace + */ Q_NOREPLY void replace(); /**