aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Output/waveout/outputwaveoutfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Output/waveout/outputwaveoutfactory.h')
-rw-r--r--src/plugins/Output/waveout/outputwaveoutfactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Output/waveout/outputwaveoutfactory.h b/src/plugins/Output/waveout/outputwaveoutfactory.h
index 8867cf151..7d4d55f6b 100644
--- a/src/plugins/Output/waveout/outputwaveoutfactory.h
+++ b/src/plugins/Output/waveout/outputwaveoutfactory.h
@@ -40,7 +40,7 @@ public:
Volume *createVolume();
void showSettings(QWidget* parent);
void showAbout(QWidget *parent);
- QTranslator *createTranslator(QObject *parent);
+ QString translation() const;
};
#endif