diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-10-26 07:06:34 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-10-26 19:27:03 -0700 |
commit | c5fcdfae30b95c6ddc1d30ec34584dcff735ccd0 (patch) | |
tree | 8af59f7b45b9ef81486738f12119e8fff0deff54 /desktop-widgets/preferences/preferences_log.ui | |
parent | ea4e83feada9c86cfa7aec249623196375da43a2 (diff) | |
download | subsurface-c5fcdfae30b95c6ddc1d30ec34584dcff735ccd0.tar.gz |
cleanup: remove obsolete connections
Not sure how this even ended up in this .ui file.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/preferences/preferences_log.ui')
-rw-r--r-- | desktop-widgets/preferences/preferences_log.ui | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/desktop-widgets/preferences/preferences_log.ui b/desktop-widgets/preferences/preferences_log.ui index 1a5e33caf..9cda514bf 100644 --- a/desktop-widgets/preferences/preferences_log.ui +++ b/desktop-widgets/preferences/preferences_log.ui @@ -170,37 +170,5 @@ </hint> </hints> </connection> - <connection> - <sender>velocitySlider</sender> - <signal>valueChanged(int)</signal> - <receiver>velocitySpinBox</receiver> - <slot>setValue(int)</slot> - <hints> - <hint type="sourcelabel"> - <x>437</x> - <y>299</y> - </hint> - <hint type="destinationlabel"> - <x>531</x> - <y>301</y> - </hint> - </hints> - </connection> - <connection> - <sender>velocitySpinBox</sender> - <signal>valueChanged(int)</signal> - <receiver>velocitySlider</receiver> - <slot>setValue(int)</slot> - <hints> - <hint type="sourcelabel"> - <x>547</x> - <y>274</y> - </hint> - <hint type="destinationlabel"> - <x>482</x> - <y>276</y> - </hint> - </hints> - </connection> </connections> </ui> |