mark the methods deprecated as they should be
This commit is contained in:
parent
fb128ee26b
commit
0a64cca51f
@ -122,14 +122,14 @@ public:
|
||||
* @deprecated
|
||||
* @see setWindowsToPreview
|
||||
*/
|
||||
void setWindowToPreview(WId id);
|
||||
KDE_DEPRECATED void setWindowToPreview(WId id);
|
||||
|
||||
/**
|
||||
* Id of a window if you want to show a preview
|
||||
* @deprecated
|
||||
* @see windowsToPreview
|
||||
*/
|
||||
WId windowToPreview() const;
|
||||
KDE_DEPRECATED WId windowToPreview() const;
|
||||
|
||||
/**
|
||||
* Sets the IDS of the windows to show a preview for
|
||||
|
Loading…
Reference in New Issue
Block a user