From 258c91556b2e6c9f7d88ae2b9b49cb7645d2366f Mon Sep 17 00:00:00 2001 From: Peinthor Rene Date: Mon, 21 Jan 2013 20:08:47 +0100 Subject: [PATCH] Revert "use explicit slot connection" This reverts commit de2397f4dc078cab17c07aef106e228a3834a255. --- src/mainwindow.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 219cb962..a124e9fe 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -601,6 +601,8 @@ 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()