SVN_SILENT: @since and const&
svn path=/trunk/KDE/kdelibs/; revision=941546
This commit is contained in:
parent
13ddc52057
commit
9f2d445d19
@ -100,10 +100,12 @@ public:
|
|||||||
/** Id of a window if you want to show a preview */
|
/** Id of a window if you want to show a preview */
|
||||||
WId windowToPreview() const;
|
WId windowToPreview() const;
|
||||||
|
|
||||||
/** Sets the IDS of the windows to show a preview for */
|
/** Sets the IDS of the windows to show a preview for
|
||||||
void setWindowsToPreview(const QList<WId> ids);
|
@since 4.3*/
|
||||||
|
void setWindowsToPreview(const QList<WId> &ids);
|
||||||
|
|
||||||
/** Ids of a windows if you want to show a preview */
|
/** Ids of a windows if you want to show a preview
|
||||||
|
@since 4.3*/
|
||||||
QList<WId> windowsToPreview() const;
|
QList<WId> windowsToPreview() const;
|
||||||
|
|
||||||
/** Sets whether or not to autohide the tooltip, defaults to true */
|
/** Sets whether or not to autohide the tooltip, defaults to true */
|
||||||
|
Loading…
Reference in New Issue
Block a user