diff options
Diffstat (limited to 'src/plugins/General/copypaste/copypaste.h')
| -rw-r--r-- | src/plugins/General/copypaste/copypaste.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/copypaste/copypaste.h b/src/plugins/General/copypaste/copypaste.h index 3ac153da4..1935c8bd5 100644 --- a/src/plugins/General/copypaste/copypaste.h +++ b/src/plugins/General/copypaste/copypaste.h @@ -36,7 +36,7 @@ class CopyPaste : public QObject { Q_OBJECT public: - CopyPaste(QObject *parent = 0); + CopyPaste(QObject *parent = nullptr); ~CopyPaste(); |
