mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 06:15:26 +00:00
cleanup: remove duplicate connections in .ui files
These no longer compile with Qt6 - but they are already duplicated in C++ code, anyway. So we can simply remove them. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
cbad9607e8
commit
9b3a9904b2
1 changed files with 0 additions and 12 deletions
|
@ -198,17 +198,5 @@
|
|||
</hint>
|
||||
</hints>
|
||||
</connection>
|
||||
<connection>
|
||||
<sender>timeEdit</sender>
|
||||
<signal>timeChanged(const QTime)</signal>
|
||||
<receiver>ShiftTimesDialog</receiver>
|
||||
<slot>changeTime()</slot>
|
||||
</connection>
|
||||
<connection>
|
||||
<sender>backwards</sender>
|
||||
<signal>toggled(bool)</signal>
|
||||
<receiver>ShiftTimesDialog</receiver>
|
||||
<slot>changeTime()</slot>
|
||||
</connection>
|
||||
</connections>
|
||||
</ui>
|
||||
|
|
Loading…
Add table
Reference in a new issue