forked from qt-creator/qt-creator
Heob: Compile fix for MinGW
Task-number: QTCREATORBUG-20347 Change-Id: I13d0e4cae19a1623113f113dc6fe7e245d54be8c Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -97,6 +97,7 @@
|
||||
#include <QPushButton>
|
||||
#include <QSpinBox>
|
||||
#include <QStandardPaths>
|
||||
#include <QVBoxLayout>
|
||||
#include <QWinEventNotifier>
|
||||
|
||||
#include <utils/winutils.h>
|
||||
@@ -733,7 +734,8 @@ void MemcheckTool::heobAction()
|
||||
if (Project *project = SessionManager::startupProject()) {
|
||||
if (Target *target = project->activeTarget()) {
|
||||
if (RunConfiguration *rc = target->activeRunConfiguration()) {
|
||||
if (kit = target->kit()) {
|
||||
kit = target->kit();
|
||||
if (kit) {
|
||||
abi = ToolChainKitInformation::targetAbi(kit);
|
||||
|
||||
const Runnable runnable = rc->runnable();
|
||||
|
Reference in New Issue
Block a user