aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Output/shout/outputshoutfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Output/shout/outputshoutfactory.cpp')
-rw-r--r--src/plugins/Output/shout/outputshoutfactory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Output/shout/outputshoutfactory.cpp b/src/plugins/Output/shout/outputshoutfactory.cpp
index 47937a7a9..07d3e44e8 100644
--- a/src/plugins/Output/shout/outputshoutfactory.cpp
+++ b/src/plugins/Output/shout/outputshoutfactory.cpp
@@ -50,7 +50,7 @@ Output* OutputShoutFactory::create()
Volume *OutputShoutFactory::createVolume()
{
- return 0;
+ return nullptr;
}
void OutputShoutFactory::showSettings(QWidget* parent)
@@ -63,7 +63,7 @@ void OutputShoutFactory::showAbout(QWidget *parent)
{
QMessageBox::about (parent, tr("About Icecast Output Plugin"),
tr("Qmmp Icecast Output Plugin")+"\n"+
- tr("Compiled against libshout-%1").arg(shout_version(0,0,0))+"\n"+
+ tr("Compiled against libshout-%1").arg(shout_version(nullptr,nullptr,nullptr))+"\n"+
tr("Written by: Ilya Kotov <forkotov02@ya.ru>"));
}