Skip to content
Snippets Groups Projects
Commit 2c534ee8 authored by Victor Poughon's avatar Victor Poughon
Browse files

ENH: Remove redundant connection in ColorDynamicsWidget

parent b7208d80
No related branches found
No related tags found
No related merge requests found
......@@ -321,22 +321,5 @@
<resources>
<include location="mvdIcons.qrc"/>
</resources>
<connections>
<connection>
<sender>noDataCheckBox</sender>
<signal>toggled(bool)</signal>
<receiver>noDataLineEdit</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>49</x>
<y>23</y>
</hint>
<hint type="destinationlabel">
<x>100</x>
<y>24</y>
</hint>
</hints>
</connection>
</connections>
<connections/>
</ui>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment