diff options
author | hjk <hjk@qt.io> | 2023-01-03 08:52:01 +0100 |
---|---|---|
committer | hjk <hjk@qt.io> | 2023-01-03 11:18:58 +0000 |
commit | 4e89092251bb5c956ac622c14dc8cbd29c68fc3a (patch) | |
tree | f11af32dcae4e97694cc11a5faf60e47f7fd05c0 /src/plugins/debugger/debuggerdialogs.cpp | |
parent | 5d675ff53343aed139e70ad00bb3c15b7a7dbf0c (diff) | |
download | qt-creator-6.0.tar.gz |
More compile fix with recent Qt 66.0
Mostly by backporting Creator master hunks.
It still compiles with Qt 5.15.
Change-Id: I14d2e33c3ca2368cb848748d5f5b41aa47801f72
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/debugger/debuggerdialogs.cpp')
-rw-r--r-- | src/plugins/debugger/debuggerdialogs.cpp | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/plugins/debugger/debuggerdialogs.cpp b/src/plugins/debugger/debuggerdialogs.cpp index 1493b5c686..3b5a222b3d 100644 --- a/src/plugins/debugger/debuggerdialogs.cpp +++ b/src/plugins/debugger/debuggerdialogs.cpp @@ -95,14 +95,6 @@ public: QDialogButtonBox *buttonBox; }; -} // namespace Internal -} // namespace Debugger - -Q_DECLARE_METATYPE(Debugger::Internal::StartApplicationParameters) - -namespace Debugger { -namespace Internal { - /////////////////////////////////////////////////////////////////////// // // StartApplicationParameters @@ -944,3 +936,5 @@ void TypeFormatsDialog::addTypeFormats(const QString &type0, } // namespace Internal } // namespace Debugger + +Q_DECLARE_METATYPE(Debugger::Internal::StartApplicationParameters) |