Reformat
Remove some UUID remnants
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user