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 c770a4348..86cc1014d 100644 --- a/src/plugins/Output/waveout/outputwaveoutfactory.h +++ b/src/plugins/Output/waveout/outputwaveoutfactory.h @@ -35,7 +35,7 @@ Q_INTERFACES(OutputFactory) public:
const OutputProperties properties() const;
- Output* create(QObject* parent);
+ Output* create();
Volume *createVolume();
void showSettings(QWidget* parent);
void showAbout(QWidget *parent);
|
