for T7538
requires https://dev.gnupg.org/D617
Differential D618
Allow passing flags to DeleteJob Authored by • TobiasFella on Thu, Nov 13, 12:52 PM. Tags None Subscribers None
Details
for T7538 requires https://dev.gnupg.org/D617 test with corresponding kleopatra and gpgmepp patches
Diff Detail
Event TimelineComment Actions @ikloecker would there be any ABI problems with adding the new virtual function here? Comment Actions Instead of adding new virtuals I have added non-virtual functions that call virtual private functions (NVI pattern). Job has a proper d-pointer since QGpgME 2.0 so this is the way you should go, i.e. add a DeleteJobPrivate. There are plenty of *JobPrivate classes to c&p from. Comment Actions I think you are using an outdated working copy of gpgmeqt. I have killed the old jobPrivate stuff with rGPGMEQT056567525fb9: Add d-pointer to Job class. We are using Qt macros now.
| ||||||||||||