From af881688e5f4f28aed527c571289be23a01f7c24 Mon Sep 17 00:00:00 2001 From: Marcus Tillmanns Date: Tue, 29 Nov 2022 10:17:28 +0100 Subject: [PATCH] Debugger: Fix name of "mac_stdtypes.py" file It was incorrectly assumed that the types were only used on macOS. Change-Id: I8acc326fe63d4cb96b764da1262355d24494f337 Reviewed-by: hjk --- share/qtcreator/CMakeLists.txt | 2 +- .../qtcreator/debugger/{mac_stdtypes.py => libcpp_stdtypes.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename share/qtcreator/debugger/{mac_stdtypes.py => libcpp_stdtypes.py} (100%) diff --git a/share/qtcreator/CMakeLists.txt b/share/qtcreator/CMakeLists.txt index 5bd0f05bf22..0a868915a3d 100644 --- a/share/qtcreator/CMakeLists.txt +++ b/share/qtcreator/CMakeLists.txt @@ -32,7 +32,7 @@ set(resource_files debugger/README.txt debugger/setup.cfg debugger/android_stdtypes.py - debugger/mac_stdtypes.py + debugger/libcpp_stdtypes.py debugger/stdtypes.py debugger/utils.py ) diff --git a/share/qtcreator/debugger/mac_stdtypes.py b/share/qtcreator/debugger/libcpp_stdtypes.py similarity index 100% rename from share/qtcreator/debugger/mac_stdtypes.py rename to share/qtcreator/debugger/libcpp_stdtypes.py