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 -3
View File
@@ -12,7 +12,7 @@
namespace chatterino {
namespace widgets {
StreamView::StreamView(ChannelPtr channel, QUrl url)
StreamView::StreamView(ChannelPtr channel, const QUrl &url)
{
util::LayoutCreator<StreamView> layoutCreator(this);
@@ -22,8 +22,6 @@ StreamView::StreamView(ChannelPtr channel, QUrl url)
web->settings()->setAttribute(QWebEngineSettings::FullScreenSupportEnabled, true);
#endif
// QString uuid = CreateUUID();
auto chat = layoutCreator.emplace<ChannelView>();
chat->setFixedWidth(300);
chat->setChannel(channel);