general: Replace 0 literals with nullptr where applicable

This commit is contained in:
Lioncash 2015-09-11 23:04:19 -04:00
parent 042cc00150
commit 07bfe0abbb
5 changed files with 9 additions and 9 deletions

View file

@ -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();