Remove some UUID remnants
This commit is contained in:
Rasmus Karlsson
2018-04-07 12:53:10 +02:00
committed by fourtf
parent 10802dad9c
commit 5211ebaf71
6 changed files with 22 additions and 27 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ namespace widgets {
class StreamView : public QWidget
{
public:
StreamView(std::shared_ptr<Channel> channel, QUrl url);
StreamView(std::shared_ptr<Channel> channel, const QUrl &url);
private:
QWebEngineView *stream;