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
..
2018-05-05 02:29:16 +02:00
2018-04-19 10:42:24 +02:00
2017-09-02 23:51:59 +02:00
2017-11-19 22:06:32 +01:00
2018-05-12 03:56:10 +02:00
2018-05-06 04:51:13 +02:00
2018-04-29 13:52:27 +02:00
2017-09-02 23:51:59 +02:00
2018-03-31 16:21:17 +02:00
2018-03-31 16:21:17 +02:00
2018-04-20 22:44:49 +02:00
2018-04-17 14:10:05 +01:00
2017-09-14 17:15:21 -07:00
2018-03-23 10:42:40 +01:00