~kubuntu-members/kgpg/4.11

« back to all changes in this revision

Viewing changes to transactions/kgpgkeyserversearchtransaction.h

  • Committer: Rolf Eike Beer
  • Date: 2012-03-12 20:17:48 UTC
  • Revision ID: git-v1:b0c66e225791f7bc9b51b037c688df2440703488
improve handling of keyserver search output

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
private:
65
65
        QStringList m_keyLines;         ///< the lines belonging to one key
66
66
        int m_patternPos;
67
 
        int m_count;                    ///< how many pages of output were requested
 
67
        bool m_pageEmpty;               ///< if the current page of output is empty
68
68
};
69
69
 
70
70
#endif // KGPGUIDTRANSACTION_H