kleopatra
#include <config-kleopatra.h>
#include "importcertificatescommand.h"
#include "importcertificatescommand_p.h"
#include <models/keylistsortfilterproxymodel.h>
#include <models/predicates.h>
#include <utils/formatting.h>
#include <kleo/stl_util.h>
#include <kleo/cryptobackendfactory.h>
#include <kleo/importjob.h>
#include <kleo/importfromkeyserverjob.h>
#include <gpgme++/global.h>
#include <gpgme++/importresult.h>
#include <KLocalizedString>
#include <KMessageBox>
#include <KDebug>
#include <QByteArray>
#include <QFile>
#include <QString>
#include <QWidget>
#include <QTreeView>
#include <QTextDocument>
#include <boost/bind.hpp>
#include <boost/mem_fn.hpp>
#include <memory>
#include <algorithm>
#include <cassert>
#include <map>
#include <set>
#include "moc_importcertificatescommand.cpp"
#include "importcertificatescommand.moc"
Go to the source code of this file.
|  | 
| #define | d   d_func() | 
|  | 
| #define | q   q_func() | 
|  | 
| #define | SUM(x)   sum( res, &ImportResult::x ) | 
|  | 
      
        
          | #define SUM | ( |  | x | ) | sum( res, &ImportResult::x ) | 
      
 
 
  
  | 
        
          | static std::auto_ptr<ImportFromKeyserverJob> get_import_from_keyserver_job | ( | GpgME::Protocol | protocol | ) |  |  | static | 
 
 
  
  | 
        
          | static std::auto_ptr<ImportJob> get_import_job | ( | GpgME::Protocol | protocol | ) |  |  | static | 
 
 
  
  | 
        
          | static QString make_error_message | ( | const Error & | err, |  
          |  |  | const QString & | id |  
          |  | ) |  |  |  | static | 
 
 
  
  | 
        
          | static QString make_message_report | ( | const std::vector< ImportResult > & | res, |  
          |  |  | const QStringList & | ids |  
          |  | ) |  |  |  | static | 
 
 
      
        
          | int sum | ( | const std::vector< ImportResult > & | res, | 
        
          |  |  | int(ImportResult::*)() const | fun | 
        
          |  | ) |  |  | 
      
 
 
 
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:12 by
doxygen 1.8.7 written
by 
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.