diff options
Diffstat (limited to 'src/plugins/Input/gme/decodergmefactory.h')
| -rw-r--r-- | src/plugins/Input/gme/decodergmefactory.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/Input/gme/decodergmefactory.h b/src/plugins/Input/gme/decodergmefactory.h index 40c738e11..3936f73a2 100644 --- a/src/plugins/Input/gme/decodergmefactory.h +++ b/src/plugins/Input/gme/decodergmefactory.h @@ -33,12 +33,13 @@ class DecoderGmeFactory : public QObject, DecoderFactory public: bool canDecode(QIODevice *input) const; - const DecoderProperties properties() const; + DecoderProperties properties() const; Decoder *create(const QString &path, QIODevice *input); QList<TrackInfo *> createPlayList(const QString &path, TrackInfo::Parts parts, QStringList *ignoredFiles); MetaDataModel* createMetaDataModel(const QString &path, QObject *parent = 0); void showSettings(QWidget *parent); void showAbout(QWidget *parent); + QString translation() const; }; #endif |
