Review Request 115434: Deprecate KWindowSystem::windowInfo

Commit Hook null at kde.org
Tue Feb 4 06:35:45 UTC 2014


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/115434/#review48885
-----------------------------------------------------------


This review has been submitted with commit 31168280d47aeaff1963073eeeab133682946dae by Martin Gräßlin to branch master.

- Commit Hook


On Feb. 2, 2014, 11:37 a.m., Martin Gräßlin wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/115434/
> -----------------------------------------------------------
> 
> (Updated Feb. 2, 2014, 11:37 a.m.)
> 
> 
> Review request for KDE Frameworks.
> 
> 
> Repository: kwindowsystem
> 
> 
> Description
> -------
> 
> Deprecate KWindowSystem::windowInfo
> 
> It is just a delegate to the KWindowInfo ctor and thus duplicated
> functionality.
> 
> KWindowInfo info = KWindowInfo(w, props, props2);
> 
> is doing exactly the same as:
> 
> KWindowInfo info = KWindowSystem::windowInfo(w, props, props2);
> 
> 
> Diffs
> -----
> 
>   src/kwindowsystem_x11.cpp 01c78c1debf95d5a176e2153139da19abf383c41 
>   src/kwindowsystem_win.cpp 96148b2d808396a3046204e55fd19d767db017c5 
>   src/kwindowsystem_mac.cpp 8bd2ac763fa26ba49e7733fc3ba93e755383928c 
>   src/kwindowsystem.h 3de0fea179dd468a78a265808fc64704027ec30d 
> 
> Diff: https://git.reviewboard.kde.org/r/115434/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Martin Gräßlin
> 
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20140204/6372a86a/attachment.html>


More information about the Kde-frameworks-devel mailing list