forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.6'
Change-Id: I9927fdff4c7e73c703757852a3f3cf79444e3cb6
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