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/SeekOption/seekoption.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/CommandLineOptions/SeekOption/seekoption.cpp') diff --git a/src/plugins/CommandLineOptions/SeekOption/seekoption.cpp b/src/plugins/CommandLineOptions/SeekOption/seekoption.cpp index 89296c2ea..5515798ed 100644 --- a/src/plugins/CommandLineOptions/SeekOption/seekoption.cpp +++ b/src/plugins/CommandLineOptions/SeekOption/seekoption.cpp @@ -24,7 +24,7 @@ #include #include "seekoption.h" -SeekOption::SeekOption() +void SeekOption::registerOprions() { registerOption(SEEK, "--seek", tr("Seek to position in the current track"), QStringList() << "time"); registerOption(SEEK_FWD, "--seek-fwd", tr("Seek forward"), QStringList() << "time"); -- cgit v1.2.3-13-gbd6f