Some QString -> FileName transformation

Change-Id: I4a8a8f68bb1e52750380218793ec3029b488c01f
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
Orgad Shaneh
2014-07-15 23:32:11 +03:00
committed by Orgad Shaneh
parent f8dfa03d4f
commit 71b56d2b9c
62 changed files with 237 additions and 195 deletions

View File

@@ -30,6 +30,8 @@
#ifndef EXTERNALTOOL_H
#define EXTERNALTOOL_H
#include <utils/fileutils.h>
#include <QObject>
#include <QStringList>
#include <QProcess>
@@ -139,7 +141,7 @@ private:
bool resolve();
const ExternalTool *m_tool; // is a copy of the tool that was passed in
QString m_resolvedExecutable;
Utils::FileName m_resolvedExecutable;
QString m_resolvedArguments;
QString m_resolvedInput;
QString m_resolvedWorkingDirectory;