aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt
diff options
context:
space:
mode:
authorJirka Novak <j.novak@netsystem.cz>2021-04-25 22:08:49 +0200
committerJirka Novak <j.novak@netsystem.cz>2021-04-25 22:08:49 +0200
commit71bd81efd423248d6027480c9c5082290a669353 (patch)
tree613cf25cfce7eeac47930795ad0350cfde575c90 /ui/qt
parent54b7886a5ec5ea00593c47df9246c6306dbd758a (diff)
RTP Player: Fix of clang compilation error
Diffstat (limited to 'ui/qt')
-rw-r--r--ui/qt/utils/rtp_audio_file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/utils/rtp_audio_file.h b/ui/qt/utils/rtp_audio_file.h
index 4ca46482bb..3862e33a66 100644
--- a/ui/qt/utils/rtp_audio_file.h
+++ b/ui/qt/utils/rtp_audio_file.h
@@ -61,7 +61,7 @@ public:
// Functions for reading data during play
void setDataReadStage();
- bool open(QIODevice::OpenMode mode);
+ bool open(QIODevice::OpenMode mode) override;
qint64 size() const override;
qint64 pos() const override;
bool seek(qint64 off) override;