diff options
author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2017-02-18 02:30:29 -0800 |
---|---|---|
committer | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2017-02-18 02:30:29 -0800 |
commit | 80762583c29af1ae256ef507f2a21740cf2d9f48 (patch) | |
tree | b9d12acbd3b0df19fcfa628fc888c170474d93b7 /src/citra_qt/main.ui | |
parent | 5b96915c6992fb5446f2cc1fba49e21152730f0b (diff) |
Qt: Move some connections from .ui file to code
Diffstat (limited to 'src/citra_qt/main.ui')
-rw-r--r-- | src/citra_qt/main.ui | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/src/citra_qt/main.ui b/src/citra_qt/main.ui index fba493a84..4a95cda9a 100644 --- a/src/citra_qt/main.ui +++ b/src/citra_qt/main.ui @@ -182,42 +182,4 @@ </action> </widget> <resources/> - <connections> - <connection> - <sender>action_Exit</sender> - <signal>triggered()</signal> - <receiver>MainWindow</receiver> - <slot>close()</slot> - <hints> - <hint type="sourcelabel"> - <x>-1</x> - <y>-1</y> - </hint> - <hint type="destinationlabel"> - <x>367</x> - <y>314</y> - </hint> - </hints> - </connection> - <connection> - <sender>action_Display_Dock_Widget_Headers</sender> - <signal>triggered(bool)</signal> - <receiver>MainWindow</receiver> - <slot>OnDisplayTitleBars(bool)</slot> - <hints> - <hint type="sourcelabel"> - <x>-1</x> - <y>-1</y> - </hint> - <hint type="destinationlabel"> - <x>540</x> - <y>364</y> - </hint> - </hints> - </connection> - </connections> - <slots> - <slot>OnConfigure()</slot> - <slot>OnDisplayTitleBars(bool)</slot> - </slots> </ui> |