Browse Source

- Make peer list non editable

adaptive-webui-19844
Christophe Dumez 15 years ago
parent
commit
881c3be58c
  1. 5
      src/peerlistdelegate.h

5
src/peerlistdelegate.h

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

Loading…
Cancel
Save