diff options
Diffstat (limited to 'src/plugins/General/mpris/mprisfactory.cpp')
| -rw-r--r-- | src/plugins/General/mpris/mprisfactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/mpris/mprisfactory.cpp b/src/plugins/General/mpris/mprisfactory.cpp index a43139505..338b8f302 100644 --- a/src/plugins/General/mpris/mprisfactory.cpp +++ b/src/plugins/General/mpris/mprisfactory.cpp @@ -42,7 +42,7 @@ QObject *MPRISFactory::create(QObject *parent) QDialog *MPRISFactory::createConfigDialog(QWidget *) { - return 0; + return nullptr; } void MPRISFactory::showAbout(QWidget *parent) |
