From de2397f4dc078cab17c07aef106e228a3834a255 Mon Sep 17 00:00:00 2001 From: Peinthor Rene Date: Sat, 19 Jan 2013 13:08:28 +0100 Subject: [PATCH] use explicit slot connection --- src/mainwindow.cpp | 2 -- 1 file changed, 2 deletions(-) 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()