diff --git a/src/plugins/debugger/debuggerdialogs.cpp b/src/plugins/debugger/debuggerdialogs.cpp index f65ddd91908..a75f34e354a 100644 --- a/src/plugins/debugger/debuggerdialogs.cpp +++ b/src/plugins/debugger/debuggerdialogs.cpp @@ -96,14 +96,6 @@ public: QDialogButtonBox *buttonBox; }; -} // namespace Internal -} // namespace Debugger - -Q_DECLARE_METATYPE(Debugger::Internal::StartApplicationParameters) - -namespace Debugger { -namespace Internal { - /////////////////////////////////////////////////////////////////////// // // StartApplicationParameters @@ -134,6 +126,14 @@ public: FilePath debugInfoLocation; }; +} // namespace Internal +} // namespace Debugger + +Q_DECLARE_METATYPE(Debugger::Internal::StartApplicationParameters) + +namespace Debugger { +namespace Internal { + bool StartApplicationParameters::equals(const StartApplicationParameters &rhs) const { return runnable.command == rhs.runnable.command