Prefer nullptr over 0.
This commit is contained in:
parent
d39e77f7e8
commit
73246b47c6
@ -39,7 +39,7 @@ class PartitionPage : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit PartitionPage( PartitionCoreModule* core, QWidget* parent = 0 );
|
||||
explicit PartitionPage( PartitionCoreModule* core, QWidget* parent = nullptr );
|
||||
~PartitionPage();
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user