diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-12-26 20:11:57 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-12-26 20:11:57 +0000 |
| commit | 5905c1acda34d0c7a26c8ba34ae8a280431ece7e (patch) | |
| tree | 0761d1a9ca5b7327512ddcdb1c4c0875e2ade375 /src/plugins/CommandLineOptions/SeekOption/seekoption.h | |
| parent | c28061c4cf64e468dd3e230df1b96d1a72e295fd (diff) | |
| download | qmmp-5905c1acda34d0c7a26c8ba34ae8a280431ece7e.tar.gz qmmp-5905c1acda34d0c7a26c8ba34ae8a280431ece7e.tar.bz2 qmmp-5905c1acda34d0c7a26c8ba34ae8a280431ece7e.zip | |
fixed regression
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8533 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/CommandLineOptions/SeekOption/seekoption.h')
| -rw-r--r-- | src/plugins/CommandLineOptions/SeekOption/seekoption.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/CommandLineOptions/SeekOption/seekoption.h b/src/plugins/CommandLineOptions/SeekOption/seekoption.h index 104f1b146..276f2a1ab 100644 --- a/src/plugins/CommandLineOptions/SeekOption/seekoption.h +++ b/src/plugins/CommandLineOptions/SeekOption/seekoption.h @@ -34,7 +34,7 @@ Q_OBJECT Q_PLUGIN_METADATA(IID "org.qmmp.qmmpui.CommandLineHandlerInterface.1.0") Q_INTERFACES(CommandLineHandler) public: - SeekOption(); + void registerOprions(); QString shortName() const; QString translation() const; QString executeCommand(int id, const QStringList &args); |
