~ubuntu-branches/ubuntu/utopic/psi/utopic

« back to all changes in this revision

Viewing changes to src/gcuserview.h

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2010-02-19 09:37:12 UTC
  • mfrom: (6.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100219093712-e225xvm1wjcf1cgi
Tags: 0.14-2
* comment out only function which uses va_list to work around build
  problems on armel
* Set Standards-Version to 3.8.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
        void paintBranches(QPainter *p, const QColorGroup &cg, int w, int, int h);
54
54
        void paintCell(QPainter *p, const QColorGroup & cg, int column, int width, int alignment);
55
55
        int compare(Q3ListViewItem *i, int col, bool ascending ) const;
 
56
        void updateText();
56
57
private:
57
58
        int key_;
 
59
        QString baseText;
58
60
};
59
61
 
60
62
class GCUserView : public Q3ListView