diff options
author | hjk <[email protected]> | 2023-07-18 14:02:24 +0200 |
---|---|---|
committer | hjk <[email protected]> | 2023-07-21 10:35:27 +0000 |
commit | ece7ae6bb584ec3478a5dff4f814d6a206cc1747 (patch) | |
tree | d9a5dc41ba1bf79c07324ac2397ba9a447c8561e /src/plugins/debugger/debuggerplugin.cpp | |
parent | 032ba45fae3310f417d8bc520c3c6864866d271a (diff) |
Debugger: Avoid now unusual external trigger of readSettings()
Change-Id: I5a3c9f07e7b07184916b5ca3b95a8966c62193eb
Reviewed-by: Christian Stenger <[email protected]>
Diffstat (limited to 'src/plugins/debugger/debuggerplugin.cpp')
-rw-r--r-- | src/plugins/debugger/debuggerplugin.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/debugger/debuggerplugin.cpp b/src/plugins/debugger/debuggerplugin.cpp index 63ab6b95d41..3add78b59ff 100644 --- a/src/plugins/debugger/debuggerplugin.cpp +++ b/src/plugins/debugger/debuggerplugin.cpp @@ -771,8 +771,6 @@ DebuggerPluginPrivate::DebuggerPluginPrivate(const QStringList &arguments) Tr::tr("Debugger Runtime"), Tr::tr("Issues with starting the debugger.")}); - settings().readSettings(); - const auto addLabel = [](QWidget *widget, const QString &text) { auto vbox = qobject_cast<QVBoxLayout *>(widget->layout()); QTC_ASSERT(vbox, return); |