~ubuntu-branches/ubuntu/raring/kgpg/raring-updates

« back to all changes in this revision

Viewing changes to core/KGpgKeyNode.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-04-03 08:52:03 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20120403085203-1ijjak47r3tszi0d
Tags: 4:4.8.2-0ubuntu1
new upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright 2008,2009,2010 Rolf Eike Beer <kde@opensource.sf-tec.de>
 
1
/* Copyright 2008,2009,2010,2011,2012 Rolf Eike Beer <kde@opensource.sf-tec.de>
2
2
 *
3
3
 * This program is free software; you can redistribute it and/or
4
4
 * modify it under the terms of the GNU General Public License as
71
71
        return m_key->trust();
72
72
}
73
73
 
74
 
QString
75
 
KGpgKeyNode::getKeyId() const
 
74
const QString &
 
75
KGpgKeyNode::getFingerprint() const
76
76
{
77
 
        return m_key->fullId();
 
77
        return m_key->fingerprint();
78
78
}
79
79
 
80
80
QString
112
112
QString
113
113
KGpgKeyNode::getId() const
114
114
{
115
 
        return m_key->fingerprint();
 
115
        return m_key->fullId();
116
116
}
117
117
 
118
118
KGpgKeyNode *