Fix merge conflicts

This commit is contained in:
Leon Richardt
2019-09-08 22:58:17 +02:00
15 changed files with 74 additions and 65 deletions
+1 -2
View File
@@ -43,8 +43,7 @@ namespace {
} // namespace
UserInfoPopup::UserInfoPopup()
: BaseWindow(nullptr, BaseWindow::Flags(BaseWindow::Frameless |
BaseWindow::FramelessDraggable))
: BaseWindow({BaseWindow::Frameless, BaseWindow::FramelessDraggable})
, hack_(new bool)
{
this->setStayInScreenRect(true);