diff options
author | Kai Koehne <kai.koehne@nokia.com> | 2011-10-15 11:32:55 +0200 |
---|---|---|
committer | Kai Koehne <kai.koehne@nokia.com> | 2011-10-17 15:05:02 +0200 |
commit | f925ecb30f4471866cc5fdc3c8860e5824dc1f51 (patch) | |
tree | c538d46d1f872b87f605462b5938502025862db6 /src/plugins/analyzerbase/analyzerstartparameters.h | |
parent | 8eb8368139b08064bf3340fe1df4ddc74ae6b44d (diff) | |
download | qt-creator-f925ecb30f4471866cc5fdc3c8860e5824dc1f51.tar.gz |
QmlProfiler: Add "Sysroot" field to attach dialog
Change-Id: Id3c6a0eaa90096f2a7a0bdcfac10644e10e8858c
Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
Diffstat (limited to 'src/plugins/analyzerbase/analyzerstartparameters.h')
-rw-r--r-- | src/plugins/analyzerbase/analyzerstartparameters.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/analyzerbase/analyzerstartparameters.h b/src/plugins/analyzerbase/analyzerstartparameters.h index 5265e7099f..68d6f61d2e 100644 --- a/src/plugins/analyzerbase/analyzerstartparameters.h +++ b/src/plugins/analyzerbase/analyzerstartparameters.h @@ -63,6 +63,7 @@ public: QString displayName; Utils::Environment environment; QString workingDirectory; + QString sysroot; }; } // namespace Analyzer |