~ubuntu-branches/ubuntu/trusty/kgpg/trusty

« back to all changes in this revision

Viewing changes to core/KGpgSignNode.cpp

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2013-06-21 01:18:14 UTC
  • mfrom: (1.1.23)
  • Revision ID: package-import@ubuntu.com-20130621011814-8ar4hsxhph7exkaa
Tags: 4:4.10.80-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,2013 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
33
33
};
34
34
 
35
35
KGpgSignNodePrivate::KGpgSignNodePrivate(const QStringList &sl)
 
36
        : m_local(false)
36
37
{
 
38
        Q_ASSERT(!sl.isEmpty());
37
39
        m_revocation = (sl.at(0) == QLatin1String("rev"));
38
40
        if (sl.count() < 6)
39
41
                return;