~ubuntu-branches/ubuntu/raring/mumble/raring

« back to all changes in this revision

Viewing changes to src/mumble/UserView.h

  • Committer: Bazaar Package Importer
  • Author(s): Thorvald Natvig
  • Date: 2010-01-09 19:28:50 UTC
  • mfrom: (9.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100109192850-zs4g5vwrrpd71kob
Tags: 1.2.1-2
Fix upgrade failure when upgrading mumble-server directly from 1.1.x
to 1.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright (C) 2005-2009, Thorvald Natvig <thorvald@natvig.com>
 
1
/* Copyright (C) 2005-2010, Thorvald Natvig <thorvald@natvig.com>
2
2
 
3
3
   All rights reserved.
4
4
 
41
41
                Q_DISABLE_COPY(UserDelegate)
42
42
        public:
43
43
                UserDelegate(QObject *parent = NULL);
44
 
                QSize sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const;
45
44
                void paint(QPainter * painter, const QStyleOptionViewItem &option, const QModelIndex &index) const;
 
45
        public slots:
 
46
                bool helpEvent(QHelpEvent *event, QAbstractItemView *view, const QStyleOptionViewItem &option, const QModelIndex &index);
46
47
};
47
48
 
48
49
class UserView : public QTreeView {