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 --- src/plugins/CommandLineOptions/PlayListOption/playlistoption.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/CommandLineOptions/PlayListOption/playlistoption.cpp') diff --git a/src/plugins/CommandLineOptions/PlayListOption/playlistoption.cpp b/src/plugins/CommandLineOptions/PlayListOption/playlistoption.cpp index 8906e7ea2..d764c6841 100644 --- a/src/plugins/CommandLineOptions/PlayListOption/playlistoption.cpp +++ b/src/plugins/CommandLineOptions/PlayListOption/playlistoption.cpp @@ -28,7 +28,7 @@ #include #include "playlistoption.h" -PlayListOption::PlayListOption() +void PlayListOption::registerOprions() { registerOption(PL_HELP, "--pl-help", tr("Show playlist manipulation commands")); registerOption(PL_LIST, "--pl-list", tr("List all available playlists")); -- cgit v1.2.3-13-gbd6f