citra/src/citra_qt
Lioncash 452cfb46a9 configure_system: Make public slots private
These are only used within this class, so we can make them private to
keep their use contained. This also gets rid of the pre-Qt5 'slot'
identifier, since Qt 5's connection syntax doesn't require a function to
be declared a slot anymore.
2018-10-26 23:58:37 +02:00
..
applets
camera Move if 2018-10-05 09:27:16 -05:00
configuration configure_system: Make public slots private 2018-10-26 23:58:37 +02:00
debugger Address review comments 2018-09-21 16:39:10 +02:00
multiplayer citra_qt/multiplayer: retranslate multiplayer dialogs 2018-10-10 18:21:22 +08:00
updater
util Antialias game list compatibility pixmaps 2018-09-17 19:00:28 +05:30
aboutdialog.cpp
aboutdialog.h
aboutdialog.ui
bootmanager.cpp bootmanager: Use QStringLiteral instead of std::string to represent the window title 2018-10-26 23:56:04 +02:00
bootmanager.h implemented touch in Qt and SDL 2018-10-09 23:10:28 +08:00
citra-qt.rc
CMakeLists.txt Merge pull request #4235 from FearlessTobi/port-1259 2018-10-24 20:57:58 -04:00
compatdb.cpp Address a bunch of review comments 2018-10-20 10:35:55 -04:00
compatdb.h Address a bunch of review comments 2018-10-20 10:35:55 -04:00
compatdb.ui
compatibility_list.cpp Stop splitting includes 2018-10-20 16:31:35 +02:00
compatibility_list.h Stop splitting includes 2018-10-20 16:31:35 +02:00
discord_impl.cpp
discord_impl.h Address a bunch of review comments 2018-10-20 10:35:55 -04:00
discord.h
game_list_p.h game_list_p: Take map iterator contents by const reference 2018-10-20 16:31:35 +02:00
game_list_worker.cpp Stop splitting includes 2018-10-20 16:31:35 +02:00
game_list_worker.h Stop splitting includes 2018-10-20 16:31:35 +02:00
game_list.cpp game_list: Make game list column headers translatable 2018-10-26 23:51:04 +02:00
game_list.h yuzu: Move compatibility list specifics to their own source files 2018-10-20 16:31:35 +02:00
hotkeys.cpp
hotkeys.h
hotkeys.ui
Info.plist
main.cpp nfc: Add Amiibo support (REOPENED) (#4337) 2018-10-24 21:01:38 -04:00
main.h nfc: Add Amiibo support (REOPENED) (#4337) 2018-10-24 21:01:38 -04:00
main.ui nfc: Add Amiibo support (REOPENED) (#4337) 2018-10-24 21:01:38 -04:00
ui_settings.cpp ui_settings: Place definition of the theme array within the cpp file 2018-10-06 16:22:28 +02:00
ui_settings.h citra_qt: use enum classes for the settings 2018-10-14 22:55:28 +08:00