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

« back to all changes in this revision

Viewing changes to kgpg/transactions/kgpgimport.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-07-09 04:21:43 UTC
  • mfrom: (1.2.47 upstream)
  • Revision ID: james.westby@ubuntu.com-20100709042143-g7b98oq44qrc35cf
Tags: 4:4.4.92-0ubuntu1
* New upstream release
  - Bump kde-sc-dev-latest to 4.4.92

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
        /**
113
113
         * @brief check if the given text contains a private or public key
114
114
         * @param text text to check
 
115
         * @param incomplete assume text is only the beginning of the data
115
116
         * @return if text contains a key or not
116
117
         * @retval 0 no key found
117
118
         * @retval 1 public key found
118
119
         * @retval 2 private key found
119
120
         */
120
 
        static int isKey(const QString &text);
 
121
        static int isKey(const QString &text, const bool incomplete = false);
121
122
 
122
123
protected:
123
124
        virtual QStringList command() const;