Clang: warnings--

This commit is contained in:
Adriaan de Groot 2017-09-14 07:02:24 -04:00
parent 342b819a1d
commit ca60a7fc16
5 changed files with 7 additions and 7 deletions

View file

@ -36,7 +36,7 @@ class PartitionLabelsView : public QAbstractItemView
Q_OBJECT
public:
explicit PartitionLabelsView( QWidget* parent = nullptr );
virtual ~PartitionLabelsView();
virtual ~PartitionLabelsView() override;
QSize minimumSizeHint() const override;