Review Request 120580: [OS X] make KWalletD::connectToScreenSaver a stub function

Thomas Lübking thomas.luebking at gmail.com
Tue Oct 14 20:12:05 BST 2014


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

Ship it!


I don't know the code at all, but the #ifdef'd Q_SLOT declaration is pointless and "adding" a slot is ABI stable, so this is fine to push. (Maybe wait 24h to see whether someone more familiar with the code shows up)

- Thomas Lübking


On Okt. 14, 2014, 11:58 vorm., René J.V. Bertin wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/120580/
> -----------------------------------------------------------
> 
> (Updated Okt. 14, 2014, 11:58 vorm.)
> 
> 
> Review request for KDE Software on Mac OS X and KDE Runtime.
> 
> 
> Repository: kde-runtime
> 
> 
> Description
> -------
> 
> OS X doesn't use an X11-based screensaver, and KDE/OS X is not based on X11.
> Until now, kwalletd was built with a MacPorts patch that simply excluded the connectToScreenSaver function from kwalletd.cpp as well as from kwalletd.h because the moc preprocessor doesn't respect the `#ifdef Q_WS_X11` conditional around the function prototype.
> 
> This patch removes the conditional code from the header (leaving it only around the `*screensaver` instance variable, and makes the function a stub on OS X.
> 
> I'd be interested to know the reason for connecting to the screensaver. If it's for idle timing I might be able to port replacement functionality already committed to ktimetracker for that purpose.
> 
> 
> Diffs
> -----
> 
>   kwalletd/kwalletd.h 98651a5 
>   kwalletd/kwalletd.cpp 62fe2b6 
> 
> Diff: https://git.reviewboard.kde.org/r/120580/diff/
> 
> 
> Testing
> -------
> 
> on OS X 10.6.8 .
> 
> 
> Thanks,
> 
> René J.V. Bertin
> 
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20141014/84bae039/attachment.htm>


More information about the kde-core-devel mailing list