diff options
Diffstat (limited to 'src/plugins/General/copypaste/copypastefactory.cpp')
| -rw-r--r-- | src/plugins/General/copypaste/copypastefactory.cpp | 2 |
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) |
