aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/copypaste/copypastefactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/copypaste/copypastefactory.cpp')
-rw-r--r--src/plugins/General/copypaste/copypastefactory.cpp2
1 files changed, 1 insertions, 1 deletions
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)