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:
@@ -97,11 +97,11 @@ public:
|
||||
QString uniqueDisplayName(const QString &base);
|
||||
|
||||
PersistentSettingsWriter m_writer;
|
||||
DebuggerItemModel *m_model;
|
||||
IOptionsPage *m_optionsPage = 0;
|
||||
DebuggerItemModel *m_model = nullptr;
|
||||
IOptionsPage *m_optionsPage = nullptr;
|
||||
};
|
||||
|
||||
static DebuggerItemManagerPrivate *d = 0;
|
||||
static DebuggerItemManagerPrivate *d = nullptr;
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
// DebuggerItemConfigWidget
|
||||
|
||||
Reference in New Issue
Block a user