diff options
Diffstat (limited to 'src/plugins/CommandLineOptions/SeekOption/seekoption.cpp')
| -rw-r--r-- | src/plugins/CommandLineOptions/SeekOption/seekoption.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <qmmp/soundcore.h> #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"); |
