Actions
Task #26
closedTask #18: Make authority objects capable of issuing certificates and CRLs
Feature #25: Add icon to show private key status of authority
Signal/Slot system requires objects to inherit from QObject - copy constructors and assignment operators required
Start date:
12/30/2011
Due date:
12/31/2011
% Done:
100%
Estimated time:
5:00 h
Description
All
classes inheriting from CertificationAuthorityObject need to override copy constructor and assignment operator to make class Authority capable of sending signals to the model to change decoration icon. - Maybe there's also another solution to this.
Updated by Felix Tiede almost 14 years ago
It is sufficient to let those classes which send signals inherit from QObject to avoid writing copy constructors and assignment operators where they are not required.
Updated by Felix Tiede almost 14 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset 70a9a1fdbebdecc9718bdfd78b9ffec85a6baaf3.
Actions