aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/sid/decoder_sid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Input/sid/decoder_sid.h')
-rw-r--r--src/plugins/Input/sid/decoder_sid.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/plugins/Input/sid/decoder_sid.h b/src/plugins/Input/sid/decoder_sid.h
index 359000a96..991d9117a 100644
--- a/src/plugins/Input/sid/decoder_sid.h
+++ b/src/plugins/Input/sid/decoder_sid.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2013-2017 by Ilya Kotov *
+ * Copyright (C) 2013-2019 by Ilya Kotov *
* forkotov02@ya.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -37,11 +37,11 @@ public:
virtual ~DecoderSID();
// Standard Decoder API
- bool initialize();
- qint64 totalTime() const;
- int bitrate() const;
- qint64 read(unsigned char *data, qint64 size);
- void seek(qint64);
+ bool initialize() override;
+ qint64 totalTime() const override;
+ int bitrate() const override;
+ qint64 read(unsigned char *data, qint64 size) override;
+ void seek(qint64) override;
private:
QString m_url;