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 -1
View File
@@ -52,7 +52,7 @@ namespace {
const QString &title, const QString &description)
{
auto window =
new BaseWindow(parent, BaseWindow::Flags::EnableCustomFrame);
new BaseWindow(BaseWindow::Flags::EnableCustomFrame, parent);
window->setWindowTitle("Chatterino - " + title);
window->setAttribute(Qt::WA_DeleteOnClose);
auto layout = new QVBoxLayout();