QtScript wants namespaces params
This commit is contained in:
parent
bfe144e30e
commit
bfc406e073
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ void setter( rettype val );
|
|||
* @param client The Client for which the area should be retrieved
|
||||
* @returns The specified screen geometry
|
||||
**/
|
||||
Q_SCRIPTABLE QRect clientArea(ClientAreaOption option, const Client* client) const;
|
||||
Q_SCRIPTABLE QRect clientArea(ClientAreaOption option, const KWin::Client* client) const;
|
||||
/**
|
||||
* Returns the name for the given @p desktop.
|
||||
**/
|
||||
|
|
Loading…
Reference in a new issue