diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2012-12-07 18:45:38 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2012-12-07 18:45:38 +0000 |
| commit | 8bded202c7204ad3f655030078c74c17fd121122 (patch) | |
| tree | 56d9172d0f856e0ce4abac146c14238194cd74a7 /src/plugins/Output/waveout/outputwaveoutfactory.cpp | |
| parent | cbb5689bad0caedcedd9d0366adde5d06b87989e (diff) | |
| download | qmmp-8bded202c7204ad3f655030078c74c17fd121122.tar.gz qmmp-8bded202c7204ad3f655030078c74c17fd121122.tar.bz2 qmmp-8bded202c7204ad3f655030078c74c17fd121122.zip | |
output api refactoring
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3034 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Output/waveout/outputwaveoutfactory.cpp')
| -rw-r--r-- | src/plugins/Output/waveout/outputwaveoutfactory.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Output/waveout/outputwaveoutfactory.cpp b/src/plugins/Output/waveout/outputwaveoutfactory.cpp index e35cd1e12..01fcb4b06 100644 --- a/src/plugins/Output/waveout/outputwaveoutfactory.cpp +++ b/src/plugins/Output/waveout/outputwaveoutfactory.cpp @@ -33,9 +33,9 @@ const OutputProperties OutputWaveOutFactory::properties() const return properties;
}
-Output* OutputWaveOutFactory::create(QObject* parent)
+Output* OutputWaveOutFactory::create()
{
- return new OutputWaveOut(parent);
+ return new OutputWaveOut();
}
Volume *OutputWaveOutFactory::createVolume()
|
