kleopatra
changepassphrasecommand.cpp
Go to the documentation of this file.
82 ChangePassphraseCommand::Private * ChangePassphraseCommand::d_func() { return static_cast<Private*>( d.get() ); }
83 const ChangePassphraseCommand::Private * ChangePassphraseCommand::d_func() const { return static_cast<const Private*>( d.get() ); }
104 ChangePassphraseCommand::ChangePassphraseCommand( QAbstractItemView * v, KeyListController * c )
167 const CryptoBackend::Protocol * const backend = CryptoBackendFactory::instance()->protocol( key.protocol() );
ChangePassphraseCommand(QAbstractItemView *view, KeyListController *parent)
Definition: changepassphrasecommand.cpp:104
Definition: commands/command_p.h:52
Definition: keylistcontroller.h:55
QString formatForComboBox(const GpgME::Key &key)
Definition: formatting.cpp:497
QString fromLocal8Bit(const char *str, int size)
~ChangePassphraseCommand()
Definition: changepassphrasecommand.cpp:120
Definition: commands/command.h:58
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.