mark the methods deprecated as they should be
This commit is contained in:
parent
dedbbb5f56
commit
a7bb4b26ad
@ -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