From e16c85887a58381f225d706a8d740bf96a5fdf6a Mon Sep 17 00:00:00 2001 From: "Felix (xq) Queißner" Date: Sat, 6 Mar 2021 14:26:06 +0100 Subject: Starts preparing the codebase for multiple windows. --- src/mainwindow.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainwindow.cpp') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 8c0fc8a..bd33153 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -125,6 +125,8 @@ MainWindow::MainWindow(QApplication * app, QWidget *parent) : connect(this->ui->browser_tabs->tab_bar, &BrowserTabBar::on_newTabClicked, this, [this]() { this->addEmptyTab(true, true); }); + + kristall::registerAppWindow(this); } MainWindow::~MainWindow() -- cgit v1.2.3