diff --git a/src/plugins/debugger/debuggerdialogs.cpp b/src/plugins/debugger/debuggerdialogs.cpp index fb8da55b553..c2fffa59d91 100644 --- a/src/plugins/debugger/debuggerdialogs.cpp +++ b/src/plugins/debugger/debuggerdialogs.cpp @@ -99,8 +99,6 @@ public: } // Debugger::Internal -Q_DECLARE_METATYPE(Debugger::Internal::StartApplicationParameters) - namespace Debugger::Internal { /////////////////////////////////////////////////////////////////////// @@ -943,3 +941,5 @@ void TypeFormatsDialog::addTypeFormats(const QString &type0, } } // Debugger::Internal + +Q_DECLARE_METATYPE(Debugger::Internal::StartApplicationParameters)