src/eric7/UI/SymbolsWidget.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10433
328f3ec4b77a
--- a/src/eric7/UI/SymbolsWidget.py	Thu May 25 11:12:05 2023 +0200
+++ b/src/eric7/UI/SymbolsWidget.py	Thu May 25 19:51:47 2023 +0200
@@ -591,6 +591,7 @@
 
         Preferences.getSettings().setValue("Symbols/CurrentTable", index)
 
+    @pyqtSlot(QModelIndex, QModelIndex)
     def __currentRowChanged(self, current, previous):
         """
         Private slot recording the currently selected row.

eric ide

mercurial