From: <> Date: Sun, 11 Apr 2010 12:36:16 +0000 (+0200) Subject: Ability to copy stream url X-Git-Tag: 1.0~20 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b354c3074323f7b244ae7143c8afc0d3d4585a6d;p=minitube Ability to copy stream url --- 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);