diff options
Diffstat (limited to 'src/plugins/General/copypaste/copypastefactory.h')
| -rw-r--r-- | src/plugins/General/copypaste/copypastefactory.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/General/copypaste/copypastefactory.h b/src/plugins/General/copypaste/copypastefactory.h index 1dda634e4..20bb61a6c 100644 --- a/src/plugins/General/copypaste/copypastefactory.h +++ b/src/plugins/General/copypaste/copypastefactory.h @@ -34,10 +34,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 *); void showAbout(QWidget *parent); + QString translation() const; }; #endif // COPYPASTEFACTORY_H |
