dolphin/Source/Core/DolphinQt2/Settings
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
..
AdvancedPane.cpp Qt/AdvancedPane: Add ability to change clock speed while the game is running 2018-01-30 12:08:44 +01:00
AdvancedPane.h Qt: Advanced config pane 2017-09-15 10:35:01 -07:00
AudioPane.cpp Qt/Settings: Restore padding 2018-05-04 00:12:08 +02:00
AudioPane.h Also hide latency control on Qt GUI 2017-11-07 14:59:23 -02:00
GameCubePane.cpp Reformat all the things! 2018-04-12 21:28:39 +02:00
GameCubePane.h DolphinQt2: Add missing Q_OBJECT macro to all QObject-related classes missing it 2018-05-13 17:33:32 -04:00
GeneralPane.cpp Qt/Settings: Restore padding 2018-05-04 00:12:08 +02:00
GeneralPane.h Qt/GeneralPane: Disable certain options while emulation is running 2018-04-21 22:09:46 +02:00
InterfacePane.cpp Qt: Allow custom stylesheets 2018-05-08 15:07:50 +02:00
InterfacePane.h Qt: Allow custom stylesheets 2018-05-08 15:07:50 +02:00
PathPane.cpp Qt: Use native dir separators 2018-05-13 21:51:38 +02:00
PathPane.h DolphinQt2: Add missing Q_OBJECT macro to all QObject-related classes missing it 2018-05-13 17:33:32 -04:00
USBDeviceAddToWhitelistDialog.cpp Qt: Make dialogues more consistent 2018-05-06 18:05:56 +02:00
USBDeviceAddToWhitelistDialog.h Qt: Implement Wiimote speaker volume slider and Wiimote motor toggle, rebased all changes... included fixed based on feedback by ligfx 2018-02-07 18:46:13 +01:00
WiiPane.cpp Qt/Settings: Restore padding 2018-05-04 00:12:08 +02:00
WiiPane.h Qt: Implement Wiimote speaker volume slider and Wiimote motor toggle, rebased all changes... included fixed based on feedback by ligfx 2018-02-07 18:46:13 +01:00