MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / ~CryptSettingControl

Method ~CryptSettingControl

cppcryptfs/ui/CryptSetting.h:64–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62public:
63 CryptSettingControl(CCryptPropertyPage& dlg, int id, enum CryptSettingsRegistryValuesKeys key) : CryptSetting(key), m_dlg(dlg), m_id(id) {}
64 virtual ~CryptSettingControl() = default;
65};
66
67class CryptCheckBoxSetting : public CryptSettingControl {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected