general: Replace 0 literals with nullptr where applicable
This commit is contained in:
parent
042cc00150
commit
07bfe0abbb
5 changed files with 9 additions and 9 deletions
|
@ -53,7 +53,7 @@ class MicroProfileDialog : public QWidget {
|
|||
Q_OBJECT
|
||||
|
||||
public:
|
||||
MicroProfileDialog(QWidget* parent = 0);
|
||||
MicroProfileDialog(QWidget* parent = nullptr);
|
||||
|
||||
/// Returns a QAction that can be used to toggle visibility of this dialog.
|
||||
QAction* toggleViewAction();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue