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

(Updated Oct. 14, 2013, 12:46 p.m.)


Review request for KDE Frameworks, kdelibs, David Faure, and Kevin Ottens.


Summary (updated)
-----------------

Make KJob's finished/suspend/resume/result signals public for the new 
signal/slot syntax.


Repository: kdelibs


Description
-------

The new signal/slot connection:
connect(job, &KJob::result,...

does't like result to be private and throws an compile error:
error: 'void KJob::result(KJob*)' is private

Making it public resolves the issue and makes this slot usable in the new 
syntax. In my case i wanted to use the new syntax and directly use a lambda as 
slot. Which isn't possible on this signal if it isn't public.


Diffs (updated)
-----

  tier1/kcoreaddons/src/lib/jobs/kjob.h d663530 
  tier1/kcoreaddons/src/lib/jobs/kjob.cpp f99a99f 

Diff: http://git.reviewboard.kde.org/r/113205/diff/


Testing
-------

Works just fine.


Thanks,

Mark Gaiser

_______________________________________________
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Reply via email to