mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 18:35:37 -04:00
Prefer nullptr over 0.
This commit is contained in:
parent
d39e77f7e8
commit
73246b47c6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue