diff options
Diffstat (limited to 'src/plugins/Output/waveout/outputwaveoutfactory.h')
| -rw-r--r-- | src/plugins/Output/waveout/outputwaveoutfactory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Output/waveout/outputwaveoutfactory.h b/src/plugins/Output/waveout/outputwaveoutfactory.h index ac43dfcbf..2ffd1da59 100644 --- a/src/plugins/Output/waveout/outputwaveoutfactory.h +++ b/src/plugins/Output/waveout/outputwaveoutfactory.h @@ -36,7 +36,7 @@ Q_INTERFACES(OutputFactory) public:
const OutputProperties properties() const;
Output* create(QObject* parent);
- VolumeControl *createVolumeControl(QObject *parent);
+ Volume *createVolume();
void showSettings(QWidget* parent);
void showAbout(QWidget *parent);
QTranslator *createTranslator(QObject *parent);
|
