diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-09-16 16:39:26 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-09-16 16:39:26 -0500 |
commit | 670a4b340e3f9cd618a615a98bf0e8f4a30dfd49 (patch) | |
tree | 06701254ff783928afaf70c036df15265d7252ae /tdecore/tdehw/tdecryptographiccarddevice.h | |
parent | a611eec8a079786dbfc6b6b803e5fee9b111b8eb (diff) | |
download | tdelibs-670a4b340e3f9cd618a615a98bf0e8f4a30dfd49.tar.gz tdelibs-670a4b340e3f9cd618a615a98bf0e8f4a30dfd49.zip |
Add certificate list availability signal to tdehwlib cryptographic card module
Diffstat (limited to 'tdecore/tdehw/tdecryptographiccarddevice.h')
-rw-r--r-- | tdecore/tdehw/tdecryptographiccarddevice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tdecore/tdehw/tdecryptographiccarddevice.h b/tdecore/tdehw/tdecryptographiccarddevice.h index e917c9ae3..ba4007906 100644 --- a/tdecore/tdehw/tdecryptographiccarddevice.h +++ b/tdecore/tdehw/tdecryptographiccarddevice.h @@ -149,6 +149,7 @@ class TDECORE_EXPORT TDECryptographicCardDevice : public TDEGenericDevice signals: void cardInserted(TDECryptographicCardDevice*); void cardRemoved(TDECryptographicCardDevice*); + void certificateListAvailable(TDECryptographicCardDevice*); void pinRequested(TQString prompt, TDECryptographicCardDevice* cdevice); private: |