~ubuntu-branches/ubuntu/raring/quassel/raring-proposed

« back to all changes in this revision

Viewing changes to src/client/networkmodel.h

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-08-11 12:48:08 UTC
  • mfrom: (1.1.40 upstream)
  • Revision ID: james.westby@ubuntu.com-20100811124808-wl3zpp4gpbzmvn4t
Tags: 0.7~beta1-0ubuntu1
* New upstream beta release
  - Add libqca2-dev to build-depends for blowfish support
* Switch to source format v3 (Quilt) to use .bz2 tarball
  - Drop build-depends on quilt and update debian/rules
  - Add debian/source/format

Show diffs side-by-side

added added

removed removed

Lines of Context:
340
340
  void networkRemoved(const NetworkId &networkId);
341
341
 
342
342
signals:
343
 
  void setLastSeenMsg(BufferId bufferId, MsgId msgId);
 
343
  void requestSetLastSeenMsg(BufferId buffer, MsgId msg);
 
344
  void lastSeenMsgSet(BufferId buffer, MsgId msg);
 
345
  void markerLineSet(BufferId buffer, MsgId msg);
344
346
 
345
347
private slots:
346
348
  void checkForRemovedBuffers(const QModelIndex &parent, int start, int end);