Skip to content

ReaderStatus: use a std::function in Transaction struct

Ahmad Samir requested to merge work/ahmad/signals-readerstatus into master

This way we can use lambdas instead of method names as char* and get compile-time type checking, which makes removing Q_PRIVATE_SLOT calls less worrying, it'll just fail to compile.

Merge request reports