~ubuntu-branches/ubuntu/trusty/kvirc/trusty-proposed

« back to all changes in this revision

Viewing changes to src/kvirc/kernel/KviIrcConnection.h

  • Committer: Bazaar Package Importer
  • Author(s): Kai Wasserbäch
  • Date: 2011-05-07 16:59:40 UTC
  • mfrom: (0.3.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20110507165940-rpkzwgd7xrj0c2d4
Tags: 4:4.1.1~svn5829-1
The "Sleeping Potion" release.

* Synced to upstream's SVN revision 5829.
* debian/gbp.conf: Ensure tags get signed.
* debian/control: Bumped Standards-Version to 3.9.2, no further changes
  needed.
* debian/patches:
  - 10_fix_desktop_entry.patch: Refreshed.
  - 22_use_old_.protocol_file_names.patch: Added, sort of reverts upstream's
    r5756.
* debian/kvirc-data.install: Updated for correct .protocol file
  installation.
* debian/kvirc.lintian-overrides: Updated to match Lintian's current output.

Show diffs side-by-side

added added

removed removed

Lines of Context:
617
617
        void clearOutputQueue(bool bPrivateMessagesOnly);
618
618
 
619
619
        /**
 
620
        * \brief Returns the current size of the output queue.
 
621
        * \return unsigned int
 
622
        */
 
623
        unsigned int outputQueueSize();
 
624
 
 
625
        /**
620
626
        * \brief This function is part of the networking stack.
621
627
        *
622
628
        * It's called by KviIrcLink OR KviMexLinkFilter when a message is arriving