~ubuntu-branches/ubuntu/wily/kopete/wily-proposed

« back to all changes in this revision

Viewing changes to kopete/chatwindow/a11y/accessiblechatmessagepart.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2014-08-20 13:18:30 UTC
  • mfrom: (1.1.22)
  • Revision ID: package-import@ubuntu.com-20140820131830-4ahv3zm158qdk7rg
Tags: 4:4.14.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
 
48
48
    virtual QString attributes( int offset, int* startOffset, int* endOffset );
49
49
 
50
 
    virtual int childCount() const;;
 
50
    virtual int childCount() const;
51
51
    virtual int navigate(RelationFlag rel, int entry, QAccessibleInterface** target) const;
52
52
 
53
53
    virtual void selection( int selectionIndex, int* startOffset, int* endOffset );