aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/registerpostmortemaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/registerpostmortemaction.h')
-rw-r--r--src/plugins/debugger/registerpostmortemaction.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/debugger/registerpostmortemaction.h b/src/plugins/debugger/registerpostmortemaction.h
index bff1f6c78e..3555d984c8 100644
--- a/src/plugins/debugger/registerpostmortemaction.h
+++ b/src/plugins/debugger/registerpostmortemaction.h
@@ -33,8 +33,8 @@ namespace Internal {
class RegisterPostMortemAction : public Utils::SavedAction
{
public:
- RegisterPostMortemAction(QObject *parent = 0);
- void readSettings(const QSettings *settings = 0) override;
+ RegisterPostMortemAction(QObject *parent = nullptr);
+ void readSettings(const QSettings *settings = nullptr) override;
void writeSettings(QSettings *) override {}
private: