diff options
Diffstat (limited to 'src/plugins/General/hal/halfactory.h')
| -rw-r--r-- | src/plugins/General/hal/halfactory.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/General/hal/halfactory.h b/src/plugins/General/hal/halfactory.h index a2b8b5ed9..195b3c42c 100644 --- a/src/plugins/General/hal/halfactory.h +++ b/src/plugins/General/hal/halfactory.h @@ -33,10 +33,11 @@ Q_OBJECT Q_PLUGIN_METADATA(IID "org.qmmp.qmmpui.GeneralFactoryInterface.1.0") Q_INTERFACES(GeneralFactory) public: - const GeneralProperties properties() const; + GeneralProperties properties() const; QObject *create(QObject *parent); QDialog *createConfigDialog(QWidget *parent); void showAbout(QWidget *parent); + QString translation() const; }; #endif |
