aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/pathchooser.h
diff options
context:
space:
mode:
authorRafael Roquetto <rafael.roquetto.qnx@kdab.com>2013-04-05 09:46:05 -0300
committerRafael Roquetto <rafael.roquetto@kdab.com>2013-04-09 13:40:57 +0200
commitd6c64717762fc781b1afab70929f7a255b3a7bc7 (patch)
treeef406a383880ccbd9a2f55abbca12e6bae1529ea /src/libs/utils/pathchooser.h
parent7c74482ad361ee81f87c8ed039b789807934f0e7 (diff)
Add SaveFile functionality to Utils::PathChooser
Change-Id: I4e35c15a16eda924af217a668159cf2f65af0e94 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'src/libs/utils/pathchooser.h')
-rw-r--r--src/libs/utils/pathchooser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/utils/pathchooser.h b/src/libs/utils/pathchooser.h
index dcb43ed8c1d..cf34dcd2cf5 100644
--- a/src/libs/utils/pathchooser.h
+++ b/src/libs/utils/pathchooser.h
@@ -72,6 +72,7 @@ public:
ExistingDirectory,
Directory, // A directory, doesn't need to exist
File,
+ SaveFile,
ExistingCommand, // A command that must exist at the time of selection
Command, // A command that may or may not exist at the time of selection (e.g. result of a build)
Any