diff options
author | Orgad Shaneh <[email protected]> | 2016-06-05 22:34:47 +0300 |
---|---|---|
committer | Orgad Shaneh <[email protected]> | 2016-06-06 07:27:32 +0000 |
commit | a9f73d079a3874c4034e03555758aac4c4602cbb (patch) | |
tree | 7bbfdaebe30e6e7948caf31f56db49ea0eb50b1b /src/plugins/todo/optionsdialog.ui | |
parent | 4c09ead418766b8e96756378cdd3812f8336e720 (diff) |
Todo: Use Qt5-style connects
The heavy lifting was done by clazy.
Change-Id: I6132a266f9d350dfecd7a12b03877bdcbbc31302
Reviewed-by: Eike Ziller <[email protected]>
Diffstat (limited to 'src/plugins/todo/optionsdialog.ui')
-rw-r--r-- | src/plugins/todo/optionsdialog.ui | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/src/plugins/todo/optionsdialog.ui b/src/plugins/todo/optionsdialog.ui index e097f1cf058..321978494e3 100644 --- a/src/plugins/todo/optionsdialog.ui +++ b/src/plugins/todo/optionsdialog.ui @@ -114,25 +114,5 @@ </layout> </widget> <resources/> - <connections> - <connection> - <sender>keywordsList</sender> - <signal>itemSelectionChanged()</signal> - <receiver>Todo::Internal::OptionsDialog</receiver> - <slot>setKeywordsButtonsEnabled()</slot> - <hints> - <hint type="sourcelabel"> - <x>247</x> - <y>176</y> - </hint> - <hint type="destinationlabel"> - <x>5</x> - <y>137</y> - </hint> - </hints> - </connection> - </connections> - <slots> - <slot>setKeywordsButtonsEnabled()</slot> - </slots> + <connections/> </ui> |