aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 9c1292f..2dd7628 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -246,9 +246,6 @@ void MainWindow::setDownloadsWidget(std::shared_ptr<DownloadsWidget> &widget)
{
Q_ASSERT(widget);
m_downloadsWidget = widget;
- connect(menuBar->downloadsAction(), &QAction::triggered, this, [this]() {
- addTabbedDock(Qt::RightDockWidgetArea, m_downloadsWidget.get());
- });
}
void MainWindow::toggleFullscreen()