From b354c3074323f7b244ae7143c8afc0d3d4585a6d Mon Sep 17 00:00:00 2001 From: <> Date: Sun, 11 Apr 2010 14:36:16 +0200 Subject: [PATCH] Ability to copy stream url --- src/video.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/video.h b/src/video.h index 4637308..5f3aa46 100644 --- a/src/video.h +++ b/src/video.h @@ -43,6 +43,7 @@ public: bool isHd() const { return m_hd; } void loadStreamUrl(); + QUrl getStreamUrl() { return m_streamUrl; } public slots: void setThumbnail(QByteArray bytes); -- 2.39.5