From 5905c1acda34d0c7a26c8ba34ae8a280431ece7e Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 26 Dec 2018 20:11:57 +0000 Subject: fixed regression git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8533 90c681e8-e032-0410-971d-27865f9a5e38 --- .../CommandLineOptions/IncDecVolumeOption/incdecvolumeoption.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/CommandLineOptions/IncDecVolumeOption/incdecvolumeoption.cpp') diff --git a/src/plugins/CommandLineOptions/IncDecVolumeOption/incdecvolumeoption.cpp b/src/plugins/CommandLineOptions/IncDecVolumeOption/incdecvolumeoption.cpp index 86997ee6a..a5967ae4b 100644 --- a/src/plugins/CommandLineOptions/IncDecVolumeOption/incdecvolumeoption.cpp +++ b/src/plugins/CommandLineOptions/IncDecVolumeOption/incdecvolumeoption.cpp @@ -24,7 +24,7 @@ #include #include "incdecvolumeoption.h" -IncDecVolumeCommandLineOption::IncDecVolumeCommandLineOption() +void IncDecVolumeCommandLineOption::registerOprions() { registerOption(VOLUME_UP, "--volume-inc", tr("Increase volume by 5 steps")); registerOption(VOLUME_DOWN, "--volume-dec", tr("Decrease volume by 5 steps")); -- cgit v1.2.3-13-gbd6f