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

René J.V. Bertin rjvbertin-Re5JQEeQqe8AvxtiuMwx3w at public.gmane.org
Tue Oct 14 12:58:25 BST 2014


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

(Updated Oct. 14, 2014, 1:58 p.m.)


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 (updated)
-----

  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/8da067cf/attachment.htm>


More information about the kde-core-devel mailing list