mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user