~ubuntu-branches/ubuntu/vivid/quassel/vivid-updates

« back to all changes in this revision

Viewing changes to src/common/bufferinfo.h

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2013-11-26 19:56:06 UTC
  • mfrom: (1.1.53)
  • Revision ID: package-import@ubuntu.com-20131126195606-fr1bhcjbtc2u4ca8
Tags: 0.9.2-0ubuntu1
* New upstream release
  - Includes fix for cross-user data exposure in the core (LP: #1255362)

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
    void setGroupId(uint gid) { _groupId = gid; }
60
60
 
61
61
    QString bufferName() const;
 
62
    bool acceptsRegularMessages() const;
62
63
 
63
64
    inline bool operator==(const BufferInfo &other) const { return _bufferId == other._bufferId; }
64
65