Revert "use explicit slot connection"

This reverts commit de2397f4dc.
This commit is contained in:
Peinthor Rene
2013-01-21 20:08:47 +01:00
parent 9bcad6eb20
commit 258c91556b

View File

@@ -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()