~ubuntu-branches/ubuntu/trusty/quassel/trusty-updates

« back to all changes in this revision

Viewing changes to src/core/coresessioneventprocessor.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2014-03-25 23:53:39 UTC
  • mfrom: (1.1.56)
  • Revision ID: package-import@ubuntu.com-20140325235339-dwk7qsm61gdxcimx
Tags: 0.10.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
 
98
98
    Q_INVOKABLE void handleCtcpAction(CtcpEvent *event);
99
99
    Q_INVOKABLE void handleCtcpClientinfo(CtcpEvent *event);
100
 
    Q_INVOKABLE void handleCtcpDcc(CtcpEvent *event);
101
100
    Q_INVOKABLE void handleCtcpPing(CtcpEvent *event);
102
101
    Q_INVOKABLE void handleCtcpTime(CtcpEvent *event);
103
102
    Q_INVOKABLE void handleCtcpVersion(CtcpEvent *event);