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:
parent
75863454a0
commit
2a531847c7
1 changed files with 6 additions and 0 deletions
|
@ -58,6 +58,12 @@ public Q_SLOTS: // METHODS
|
||||||
QString supportInformation();
|
QString supportInformation();
|
||||||
Q_NOREPLY void unclutterDesktop();
|
Q_NOREPLY void unclutterDesktop();
|
||||||
Q_NOREPLY void showDebugConsole();
|
Q_NOREPLY void showDebugConsole();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Instructs kwin_wayland to restart itself.
|
||||||
|
*
|
||||||
|
* This acts as an implementation detail of: kwin_wayland --replace
|
||||||
|
*/
|
||||||
Q_NOREPLY void replace();
|
Q_NOREPLY void replace();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue