wilder-work
Montel Laurent 11 years ago
parent 0fab06e92e
commit 89e5662999
  1. 2
      editor/attachmentview.cpp
  2. 2
      editor/attachmentview.h

@ -214,7 +214,7 @@ void AttachmentView::startDrag( Qt::DropActions supportedActions )
}
}
QWidget *AttachmentView::widget()
QWidget *AttachmentView::widget() const
{
return d->widget;
}

@ -44,7 +44,7 @@ public:
explicit AttachmentView( MessageComposer::AttachmentModel *model, QWidget *parent = 0 );
~AttachmentView();
QWidget *widget();
QWidget *widget() const;
public slots:
/// model sets these

Loading…
Cancel
Save