dolphin/Source/Core/DolphinQt2/QtUtils
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
..
ActionHelper.h Qt: Support versions < 5.6 2017-09-04 10:40:47 +02:00
AspectRatioWidget.cpp Qt: Implement Wii TAS input window 2018-02-13 07:15:54 +11:00
AspectRatioWidget.h DolphinQt2: Add missing Q_OBJECT macro to all QObject-related classes missing it 2018-05-13 17:33:32 -04:00
BlockUserInputFilter.cpp QtUtils: Add BlockUserInputFilter 2017-07-26 10:30:01 -07:00
BlockUserInputFilter.h DolphinQt2: Add missing Q_OBJECT macro to all QObject-related classes missing it 2018-05-13 17:33:32 -04:00
DoubleClickEventFilter.cpp DolphinQt2: add DoubleClickEventFilter 2017-06-05 16:46:10 -07:00
DoubleClickEventFilter.h DolphinQt2: add DoubleClickEventFilter 2017-06-05 16:46:10 -07:00
ElidedButton.cpp
ElidedButton.h DolphinQt2: Add missing Q_OBJECT macro to all QObject-related classes missing it 2018-05-13 17:33:32 -04:00
ImageConverter.cpp Unify ISOFile (wx) with GameFile (Qt) and put it in UICommon 2018-03-09 13:08:38 +01:00
ImageConverter.h Unify ISOFile (wx) with GameFile (Qt) and put it in UICommon 2018-03-09 13:08:38 +01:00
QueueOnObject.h QueueOnObject: accept pointers to member functions 2017-09-15 10:36:32 -07:00
RunOnObject.h RunOnObject: accept pointers to member functions 2017-09-15 10:36:33 -07:00
WindowActivationEventFilter.cpp DolphinQt2: FocusEventFilter -> WindowActivationEventFilter 2017-06-15 16:12:05 -07:00
WindowActivationEventFilter.h DolphinQt2: FocusEventFilter -> WindowActivationEventFilter 2017-06-15 16:12:05 -07:00
WinIconHelper.cpp Qt: Fix low-resolution icon 2018-03-27 17:32:45 +02:00
WinIconHelper.h Qt: Fix low-resolution icon 2018-03-27 17:32:45 +02:00
WrapInScrollArea.cpp Qt/WrapInScrollArea: Only use transparency on Windows 2018-05-07 17:23:03 +02:00
WrapInScrollArea.h Qt: Various layout fixes 2018-03-18 00:10:54 +01:00