Skip to content

Commit 258c915

Browse files
committed
Revert "use explicit slot connection"
This reverts commit de2397f.
1 parent 9bcad6e commit 258c915

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/mainwindow.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,8 @@ void MainWindow::setupUi()
601601

602602
QObject::connect(dbTreeWidget, SIGNAL(customContextMenuRequested(const QPoint &)), this, SLOT(on_tree_context_menu(const QPoint &)));
603603
QObject::connect(dbTreeWidget, SIGNAL(itemSelectionChanged()), this, SLOT(on_tree_selection_changed()));
604+
605+
QMetaObject::connectSlotsByName(this);
604606
} // setupUi
605607

606608
void MainWindow::retranslateUi()

0 commit comments

Comments
 (0)