1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

one more line to remove

This commit is contained in:
agilob 2015-10-14 18:58:07 +01:00 committed by Zetok Zalbavar
parent d875221e53
commit d2e09ead7a
No known key found for this signature in database
GPG Key ID: C953D3880212068A

View File

@ -134,7 +134,6 @@ GroupNetCamView::GroupNetCamView(int group, QWidget *parent)
QWidget* widget = new QWidget(nullptr);
scrollArea->setWidgetResizable(true);
horLayout = new QHBoxLayout(widget);
//FlowLayout* horLayout = new FlowLayout(widget);
horLayout->addStretch(1);
selfVideoSurface = new LabeledVideo(Settings::getInstance().getSavedAvatar(Core::getInstance()->getSelfId().toString()), this);