- Make peer list non editable

This commit is contained in:
Christophe Dumez 2009-11-16 07:21:54 +00:00
parent 78346a881c
commit 881c3be58c

View file

@ -70,6 +70,11 @@ public:
}
}
QWidget* createEditor(QWidget*, const QStyleOptionViewItem &, const QModelIndex &) const {
// No editor here
return 0;
}
};
#endif // PEERLISTDELEGATE_H