summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog/CMakeSetupDialog.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-04-03 20:18:37 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-04-03 20:18:37 (GMT)
commit5d015723486caf4b140fcd6b701a7a1140bb52a2 (patch)
tree4e2820821c59861087a7d043cd57cb154aa9635d /Source/QtDialog/CMakeSetupDialog.h
parent61af8d8b3283c3c8a91feb26b9c1ba1d2b972b2f (diff)
downloadCMake-5d015723486caf4b140fcd6b701a7a1140bb52a2.zip
CMake-5d015723486caf4b140fcd6b701a7a1140bb52a2.tar.gz
CMake-5d015723486caf4b140fcd6b701a7a1140bb52a2.tar.bz2
ENH: add ability to create symlinks for command line on mac from gui
Diffstat (limited to 'Source/QtDialog/CMakeSetupDialog.h')
-rw-r--r--Source/QtDialog/CMakeSetupDialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/QtDialog/CMakeSetupDialog.h b/Source/QtDialog/CMakeSetupDialog.h
index 1ce020d..81ef751 100644
--- a/Source/QtDialog/CMakeSetupDialog.h
+++ b/Source/QtDialog/CMakeSetupDialog.h
@@ -45,6 +45,7 @@ protected slots:
void doConfigure();
void doGenerate();
void doSuppressDev();
+ void doInstallForCommandLine();
void doHelp();
void doAbout();
void doInterrupt();
@@ -94,6 +95,7 @@ protected:
QAction* ConfigureAction;
QAction* GenerateAction;
QAction* SuppressDevWarningsAction;
+ QAction* InstallForCommandLineAction;
State CurrentState;
};