aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/copypaste
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/copypaste')
-rw-r--r--src/plugins/General/copypaste/copypaste.h2
-rw-r--r--src/plugins/General/copypaste/copypastefactory.cpp2
2 files changed, 2 insertions, 2 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();
diff --git a/src/plugins/General/copypaste/copypastefactory.cpp b/src/plugins/General/copypaste/copypastefactory.cpp
index 5c15895de..3b5403db6 100644
--- a/src/plugins/General/copypaste/copypastefactory.cpp
+++ b/src/plugins/General/copypaste/copypastefactory.cpp
@@ -41,7 +41,7 @@ QObject *CopyPasteFactory::create(QObject *parent)
QDialog *CopyPasteFactory::createConfigDialog(QWidget *)
{
- return 0;
+ return nullptr;
}
void CopyPasteFactory::showAbout(QWidget *parent)