~ubuntu-branches/ubuntu/maverick/kdeutils/maverick-proposed

« back to all changes in this revision

Viewing changes to kgpg/transactions/kgpgsignkey.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-05-28 09:49:30 UTC
  • mfrom: (1.2.44 upstream)
  • Revision ID: james.westby@ubuntu.com-20100528094930-jzynf0obv1n2v13a
Tags: 4:4.4.80-0ubuntu1~ppa1
New upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
        }
55
55
}
56
56
 
 
57
KGpgTransaction::ts_boolanswer
 
58
KGpgSignKey::boolQuestion(const QString& line)
 
59
{
 
60
        ts_boolanswer ret = KGpgSignTransactionHelper::boolQuestion(line);
 
61
 
 
62
        if (ret == BA_UNKNOWN)
 
63
                ret = KGpgTransaction::boolQuestion(line);
 
64
 
 
65
        return ret;
 
66
}
 
67
 
57
68
KGpgTransaction *
58
69
KGpgSignKey::asTransaction()
59
70
{