mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 10:25:36 -04:00
Clang: warnings--
This commit is contained in:
parent
342b819a1d
commit
ca60a7fc16
5 changed files with 7 additions and 7 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue