forked from qt-creator/qt-creator
Some QString -> FileName transformation
Change-Id: I4a8a8f68bb1e52750380218793ec3029b488c01f Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
f8dfa03d4f
commit
71b56d2b9c
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user