mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-04-23 16:39:16 -04:00
gui: sharedfilesdialog: add default destructor for shareflagsitemdelegate
This commit is contained in:
parent
3621734a11
commit
1d3bff99d5
@ -130,6 +130,9 @@ class ShareFlagsItemDelegate: public QStyledItemDelegate
|
||||
{
|
||||
public:
|
||||
ShareFlagsItemDelegate() {}
|
||||
/** Default Destructor */
|
||||
~ShareFlagsItemDelegate() {}
|
||||
|
||||
|
||||
virtual void paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user