dolphin/Source/Core
Lioncash 222fe58e25 DolphinQt2: Add missing Q_OBJECT macro to all QObject-related classes missing it
Without this macro, if any signals or slots were attempted to be used,
they wouldn't work; neither would various other features of the Qt
meta-object system. This can also lead to weird behavior in other
circumstances. Qt's documentation specifically states:

"Therefore, we strongly recommend that all subclasses of QObject use the
Q_OBJECT macro regardless of whether or not they actually use signals,
slots, and properties."

on its page for "The Meta-Object System", which can be seen here:
https://doc.qt.io/qt-5/metaobjects.html

Let's opt for "always do the right thing", and keep the code extensible
for the future and not have random things blow up on us.
2018-05-13 17:33:32 -04:00
..
AudioCommon Reformat all the things! 2018-04-12 21:28:39 +02:00
Common Merge pull request #6825 from leoetlino/onion-types 2018-05-12 21:59:43 +02:00
Core PatchEngine: Add s_ prefix to file-scope variables 2018-05-13 15:46:55 -04:00
DiscIO NandPaths: Return paths that are relative to Wii NAND 2018-05-04 19:52:17 +02:00
DolphinNoGUI UICommon: Avoid including Xrandr.h 2018-04-14 17:14:38 +02:00
DolphinQt2 DolphinQt2: Add missing Q_OBJECT macro to all QObject-related classes missing it 2018-05-13 17:33:32 -04:00
DolphinWX PatchEngine: Make PatchType an enum class 2018-05-13 15:46:51 -04:00
InputCommon THis fixes issue #08 and #16, the rumble test and slider 2018-04-19 17:48:55 -04:00
UICommon Copy Wii NAND data to user NAND in WiiRoot 2018-05-12 17:08:50 +02:00
Updater Updater: Show error when trying to launch directly 2018-05-05 23:32:08 +02:00
VideoBackends Merge pull request #6825 from leoetlino/onion-types 2018-05-12 21:59:43 +02:00
VideoCommon Merge pull request #6786 from stenzek/crop-negative-y 2018-05-13 08:55:59 +02:00
CMakeLists.txt Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00