Clean up warnings

This commit is contained in:
Rasmus Karlsson
2018-05-06 14:16:41 +02:00
parent d9c0d37bd2
commit 5efc2c38d8
7 changed files with 8 additions and 9 deletions
+2 -2
View File
@@ -16,9 +16,9 @@ namespace chatterino {
namespace widgets {
AttachedWindow::AttachedWindow(void *_target, int _yOffset)
: target(_target)
: QWidget(nullptr, Qt::FramelessWindowHint | Qt::Window)
, target(_target)
, yOffset(_yOffset)
, QWidget(nullptr, Qt::FramelessWindowHint | Qt::Window)
{
QLayout *layout = new QVBoxLayout(this);
layout->setMargin(0);