citra/src/citra_qt/debugger
Vitor K a26b466ac8
Use unique_ptr on all ui objects from .ui files (#5511)
* Forward declare ui and use unique_ptr

* ConfigureEnhancements: use unique_ptr for ui

* Use make_unique instead of new where applicable

* Move some of the ui includes that already used unique_ptr

* main.cpp: also make use of make_unique on Config

* Address review comments
2020-10-01 09:23:01 +08:00
..
graphics General: Remove usages of ARRAY_SIZE where applicable. (#5392) 2020-06-19 09:10:45 -05:00
ipc ipc_debugger: Fixing NULL ptr call on multiple clear 2020-02-23 03:54:29 +01:00
console.cpp Remove qt5_wrap_ui macro usage 2019-08-16 19:35:37 -06:00
console.h Logging: Add customizable logging backends and fmtlib based macros 2018-04-23 21:32:56 -06:00
lle_service_modules.cpp yuzu/debugger: Specify string conversions explicitly 2019-07-28 15:13:03 +02:00
lle_service_modules.h citra-qt: service: add convenient LLE service module configuration (#3967) 2018-08-09 21:10:11 +02:00
profiler.cpp Merge pull request #5512 from vitor-k/untangle-includes 2020-08-29 22:02:25 -05:00
profiler.h profiler: remove unnecessary includes 2020-08-17 18:31:58 -03:00
registers.cpp Use unique_ptr on all ui objects from .ui files (#5511) 2020-10-01 09:23:01 +08:00
registers.h Use unique_ptr on all ui objects from .ui files (#5511) 2020-10-01 09:23:01 +08:00
registers.ui Make letter cases consistent in menus and widgets 2015-01-01 18:52:39 +01:00
wait_tree.cpp frontend: Improve wait tree readability for dark themes 2020-07-19 14:41:50 +02:00
wait_tree.h Kernel: replace boost::intrusive_ptr with std::shared_ptr 2019-03-24 14:32:11 -04:00