dbusinterface: Add doc comment for replace() method

Replace can be in reference to anything, this should definitely
help to provide better context.
This commit is contained in:
Kristen McWilliam 2021-11-01 16:39:40 -04:00 committed by Vlad Zahorodnii
parent 75863454a0
commit 2a531847c7

View file

@ -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();
/**