diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index a124e9fe..219cb962 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -601,8 +601,6 @@ void MainWindow::setupUi() QObject::connect(dbTreeWidget, SIGNAL(customContextMenuRequested(const QPoint &)), this, SLOT(on_tree_context_menu(const QPoint &))); QObject::connect(dbTreeWidget, SIGNAL(itemSelectionChanged()), this, SLOT(on_tree_selection_changed())); - - QMetaObject::connectSlotsByName(this); } // setupUi void MainWindow::retranslateUi()