mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-18 10:02:41 -05:00
fixed a few UI glitches
This commit is contained in:
parent
d39c476131
commit
facad382cf
5 changed files with 67 additions and 44 deletions
|
|
@ -51,9 +51,6 @@ class ChannelPostFilesDelegate: public QStyledItemDelegate
|
|||
|
||||
void updateEditorGeometry(QWidget *editor, const QStyleOptionViewItem &option, const QModelIndex &) const override;
|
||||
QWidget *createEditor(QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const override;
|
||||
void setEditorData(QWidget *editor, const QModelIndex &index) const override;
|
||||
|
||||
private:
|
||||
};
|
||||
|
||||
class ChannelPostDelegate: public QAbstractItemDelegate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue