Debugger: fix metatype declaration macro usage

in places where we do not need it.

Change-Id: Ifb7eba6f46bf79f2cfe968ab8b71cca3a7d51efd
Reviewed-by: hjk <hjk@theqtcompany.com>
Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com>
This commit is contained in:
Nikita Baryshnikov
2015-07-24 15:41:00 +03:00
committed by hjk
parent afa6bb9dd8
commit 4ec9019104
4 changed files with 1 additions and 7 deletions

View File

@@ -76,9 +76,6 @@
#include <cctype>
Q_DECLARE_METATYPE(Debugger::Internal::DisassemblerAgent*)
Q_DECLARE_METATYPE(Debugger::Internal::MemoryAgent*)
enum { debug = 0 };
enum { debugLocals = 0 };
enum { debugSourceMapping = 0 };