diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-08-07 11:34:42 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-08-07 11:34:42 +0000 |
| commit | 1fb94978d0f60a91d9712fad25bbc47797979688 (patch) | |
| tree | 3cb28247f8a0fdff2e2a1a6da5a0325ec5e577a6 /src/plugins/CommandLineOptions | |
| parent | 1daf8cdc97096b6235a404acb563bec0f3f23c58 (diff) | |
| download | qmmp-1fb94978d0f60a91d9712fad25bbc47797979688.tar.gz qmmp-1fb94978d0f60a91d9712fad25bbc47797979688.tar.bz2 qmmp-1fb94978d0f60a91d9712fad25bbc47797979688.zip | |
enabled most general plugins
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3576 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/CommandLineOptions')
| -rw-r--r-- | src/plugins/CommandLineOptions/CommandLineOptions.pro | 4 | ||||
| -rw-r--r-- | src/plugins/CommandLineOptions/PlayListOption/playlistoption.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/CommandLineOptions/CommandLineOptions.pro b/src/plugins/CommandLineOptions/CommandLineOptions.pro index ea15469d5..9435a8682 100644 --- a/src/plugins/CommandLineOptions/CommandLineOptions.pro +++ b/src/plugins/CommandLineOptions/CommandLineOptions.pro @@ -1,5 +1,5 @@ TEMPLATE = subdirs SUBDIRS = IncDecVolumeOption \ SeekOption \ - StatusOption \ - PlayListOption + StatusOption + #PlayListOption diff --git a/src/plugins/CommandLineOptions/PlayListOption/playlistoption.cpp b/src/plugins/CommandLineOptions/PlayListOption/playlistoption.cpp index f8b36c29d..3c77e977e 100644 --- a/src/plugins/CommandLineOptions/PlayListOption/playlistoption.cpp +++ b/src/plugins/CommandLineOptions/PlayListOption/playlistoption.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2011 by Ilya Kotov * + * Copyright (C) 2011-2013 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * |
