forked from qt-creator/qt-creator
Debugger: Modernize
Mostly nullptr instead of 0, but also a few bits of collateral damage. Change-Id: I921991272aca921dcdecf302dfff3716e79dfc24 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -50,7 +50,7 @@ class UnstartedAppWatcherDialog : public QDialog
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit UnstartedAppWatcherDialog(QWidget *parent = 0);
|
||||
explicit UnstartedAppWatcherDialog(QWidget *parent = nullptr);
|
||||
|
||||
ProjectExplorer::Kit *currentKit() const;
|
||||
ProjectExplorer::DeviceProcessItem currentProcess() const;
|
||||
|
||||
Reference in New Issue
Block a user