~ubuntu-branches/ubuntu/saucy/quassel/saucy-proposed

« back to all changes in this revision

Viewing changes to src/core/abstractsqlstorage.h

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-02-17 12:49:50 UTC
  • mto: This revision was merged to the branch mainline in revision 59.
  • Revision ID: james.westby@ubuntu.com-20100217124950-v9hajw5d2xa6fszn
Tags: upstream-0.6~beta1
ImportĀ upstreamĀ versionĀ 0.6~beta1

Show diffs side-by-side

added added

removed removed

Lines of Context:
187
187
    QString awaymessage;
188
188
    QString attachperform;
189
189
    QString detachperform;
 
190
    bool usesasl;
 
191
    QString saslaccount;
 
192
    QString saslpassword;
190
193
  };
191
194
 
192
195
  struct BufferMO {
198
201
    QString buffercname;
199
202
    int buffertype;
200
203
    int lastseenmsgid;
 
204
    int markerlinemsgid;
201
205
    QString key;
202
206
    bool joined;
203
207
  };