Skip to content
Commit c93c3dfb authored by Ahmad Samir's avatar Ahmad Samir Committed by Ingo Klöcker
Browse files

Alternative way to make signals private

By using QPrivateSignal as an extra arg to ensure users and sub-classes
can't emit them, c.f.:
https://woboq.com/blog/how-qt-signals-slots-work-part2-qt5.html

Note that this is needed to make it compile at all with the PMF signal/slot
syntax, if it's a private method we can't call it in the lambda.
parent 208e5a0a
Pipeline #174313 passed with stage
in 3 minutes and 27 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment