mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-17 09:19:38 -06:00
Associate copy table column menu entry to action.
This is a fix for PR #3051. See issue #3059.
This commit is contained in:
@@ -1425,6 +1425,22 @@
|
||||
</hint>
|
||||
</hints>
|
||||
</connection>
|
||||
<connection>
|
||||
<sender>actionCopyColumnName</sender>
|
||||
<signal>triggered()</signal>
|
||||
<receiver>TableBrowser</receiver>
|
||||
<slot>copyColumnName()</slot>
|
||||
<hints>
|
||||
<hint type="sourcelabel">
|
||||
<x>-1</x>
|
||||
<y>-1</y>
|
||||
</hint>
|
||||
<hint type="destinationlabel">
|
||||
<x>518</x>
|
||||
<y>314</y>
|
||||
</hint>
|
||||
</hints>
|
||||
</connection>
|
||||
<connection>
|
||||
<sender>actionSetAllTablesEncoding</sender>
|
||||
<signal>triggered()</signal>
|
||||
|
||||
Reference in New Issue
Block a user