dolphin/Source/Core/DolphinQt2
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
..
Config DolphinQt2: Add missing Q_OBJECT macro to all QObject-related classes missing it 2018-05-13 17:33:32 -04:00
Debugger Qt/debugger: Don't update the symbols list unnecessarily 2018-05-12 19:15:26 -04:00
GameList WiiSave: Allow users to specify export directory 2018-05-13 17:42:56 +02:00
NetPlay Qt/NetPlayDialog: Improve player list 2018-05-12 18:25:38 +02:00
QtUtils DolphinQt2: Add missing Q_OBJECT macro to all QObject-related classes missing it 2018-05-13 17:33:32 -04:00
Settings DolphinQt2: Add missing Q_OBJECT macro to all QObject-related classes missing it 2018-05-13 17:33:32 -04:00
TAS Qt: Remove "What's this" button 2018-05-05 02:29:16 +02:00
AboutDialog.cpp
AboutDialog.h
CheatsManager.cpp Merge pull request #6754 from spycrab/qt_no_whatsthis 2018-05-05 16:04:52 +02:00
CheatsManager.h Qt: Implement Cheats Manager 2018-04-19 10:42:24 +02:00
CMakeLists.txt Merge pull request #6624 from spycrab/qt_dbg_jit 2018-05-12 13:02:47 +02:00
DolphinQt2.manifest
DolphinQt2.rc
DolphinQt2.vcxproj DolphinQt2: Add missing Q_OBJECT macro to all QObject-related classes missing it 2018-05-13 17:33:32 -04:00
DolphinQt2.vcxproj.user
FIFOPlayerWindow.cpp Qt: Remove "What's this" button 2018-05-05 02:29:16 +02:00
FIFOPlayerWindow.h
GCMemcardManager.cpp Qt: Use native dir separators 2018-05-13 21:51:38 +02:00
GCMemcardManager.h DolphinQt2: Add missing Q_OBJECT macro to all QObject-related classes missing it 2018-05-13 17:33:32 -04:00
Host.cpp Qt/debugger: properly updates when we break 2018-05-12 19:04:30 -04:00
Host.h Qt/debugger: properly updates when we break 2018-05-12 19:04:30 -04:00
HotkeyScheduler.cpp Merge pull request #6825 from leoetlino/onion-types 2018-05-12 21:59:43 +02:00
HotkeyScheduler.h Qt: Implement "Reset" hotkey 2018-05-12 03:56:10 +02:00
Info.plist.in Qt/Wx: Turn Qt into the default interface 2018-04-21 17:54:00 +02:00
Main.cpp Qt: Fix render widget not being on top when using -n / -e 2018-05-13 17:32:29 +02:00
MainWindow.cpp Qt/RenderWidget: Fix render-to-main focus 2018-05-13 21:08:34 +02:00
MainWindow.h Qt: Fix render widget not being on top when using -n / -e 2018-05-13 17:32:29 +02:00
MenuBar.cpp WiiSave: Allow users to specify export directory 2018-05-13 17:42:56 +02:00
MenuBar.h Qt/debugger: Don't update the symbols list unnecessarily 2018-05-12 19:15:26 -04:00
qt.conf
RenderWidget.cpp Qt: Fix "Render To Main" 2018-05-06 04:51:13 +02:00
RenderWidget.h Qt: Implement "Free look" 2018-04-29 13:52:27 +02:00
resource.h
Resources.cpp Remove EmuState 2018-03-31 16:21:17 +02:00
Resources.h Remove EmuState 2018-03-31 16:21:17 +02:00
SearchBar.cpp SearchBar: Remove unused class variables 2018-03-27 22:47:02 -04:00
SearchBar.h SearchBar: Remove unused class variables 2018-03-27 22:47:02 -04:00
Settings.cpp Merge pull request #6624 from spycrab/qt_dbg_jit 2018-05-12 13:02:47 +02:00
Settings.h Merge pull request #6624 from spycrab/qt_dbg_jit 2018-05-12 13:02:47 +02:00
ToolBar.cpp Qt/debugger: properly updates when we break 2018-05-12 19:04:30 -04:00
ToolBar.h Qt: Make toolbar more dynamic 2018-04-20 22:44:49 +02:00
Translation.cpp Fix some warnings 2018-04-17 14:10:05 +01:00
Translation.h
Updater.cpp AutoUpdater: support optionally restarting Dolphin after update 2018-03-23 11:10:25 +01:00
Updater.h Qt: Improve updater 2018-03-23 10:42:40 +01:00
WiiUpdate.cpp
WiiUpdate.h