dolphin/Source/Core/DolphinQt2/Config/Graphics
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
..
AdvancedWidget.cpp Qt/AdvancedWidget: Fix "Enable Progressive Scan" 2018-05-06 03:16:43 +02:00
AdvancedWidget.h UI: Add Disable EFB Copies to VRAM to Advanced Options 2018-05-03 14:31:04 +10:00
EnhancementsWidget.cpp Dolphin: Add disable copy filter to graphics options 2018-04-29 19:05:20 +10:00
EnhancementsWidget.h Dolphin: Add disable copy filter to graphics options 2018-04-29 19:05:20 +10:00
GeneralWidget.cpp Qt/GeneralWidget: Fix "No" response to backend switch confirmation 2018-05-10 12:08:23 +02:00
GeneralWidget.h Qt: Deduplicate settings 2018-04-22 22:26:28 +02:00
GraphicsBool.cpp Qt/GraphicsControls: Fix more random crashes 2018-05-04 13:51:55 +02:00
GraphicsBool.h General: Remove unnecessary semicolons 2017-07-30 16:39:53 -04:00
GraphicsChoice.cpp Qt/GraphicsControls: Fix more random crashes 2018-05-04 13:51:55 +02:00
GraphicsChoice.h DolphinQt2: Add missing Q_OBJECT macro to all QObject-related classes missing it 2018-05-13 17:33:32 -04:00
GraphicsRadio.cpp Qt/GraphicsControls: Fix more random crashes 2018-05-04 13:51:55 +02:00
GraphicsRadio.h Config: Add support for enums 2018-05-12 18:10:26 +02:00
GraphicsSlider.cpp Qt/GraphicsSlider: Fix random crashes 2018-05-03 15:22:40 +02:00
GraphicsSlider.h DolphinQt2: Add missing Q_OBJECT macro to all QObject-related classes missing it 2018-05-13 17:33:32 -04:00
GraphicsWidget.cpp DolphinQt2: Remove unimplemented prototypes 2017-07-26 16:26:55 -04:00
GraphicsWidget.h DolphinQt2: Remove unimplemented prototypes 2017-07-26 16:26:55 -04:00
GraphicsWindow.cpp Qt/GraphicsWindow: Fix software renderer breaking layout 2018-05-10 12:08:23 +02:00
GraphicsWindow.h Qt/GraphicsWindow: Fix software renderer breaking layout 2018-05-10 12:08:23 +02:00
HacksWidget.cpp Qt/HacksWidget: Fix "Accuracy" slider 2018-05-02 16:36:15 +02:00
HacksWidget.h Qt/GraphicsWindow: Disable unsupported options 2018-04-28 00:01:26 +02:00
SoftwareRendererWidget.cpp Update Readme.md and various fixes 2017-12-20 10:54:51 +01:00
SoftwareRendererWidget.h Update Readme.md and various fixes 2017-12-20 10:54:51 +01:00