mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
use explicit slot connection
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user