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

@@ -170,6 +170,6 @@ private:
} // namespace Internal
} // namespace Debugger
Q_DECLARE_METATYPE(Debugger::Internal::DisplayFormats)
Q_DECLARE_METATYPE(Debugger::Internal::DisplayFormat)
#endif // DEBUGGER_WATCHHANDLER_H