diff options
author | Clinton Stimpson <clinton@elemtech.com> | 2007-11-06 06:16:11 (GMT) |
---|---|---|
committer | Clinton Stimpson <clinton@elemtech.com> | 2007-11-06 06:16:11 (GMT) |
commit | e8a208384c77455d51c398132ff487df86a66f89 (patch) | |
tree | 89a8753a54708b4ecbe0cf43b3b77d5589b6951b /Source/QtDialog/QCMake.h | |
parent | 87e1004f25702d5d21385cd5f616963c67f89b9e (diff) | |
download | CMake-e8a208384c77455d51c398132ff487df86a66f89.zip CMake-e8a208384c77455d51c398132ff487df86a66f89.tar.gz CMake-e8a208384c77455d51c398132ff487df86a66f89.tar.bz2 |
ENH: Add menus in menu bar.
Add reload & delete cache options.
Add option to quit after generation step (not yet remembered between sessions).
Add Help -> About
Remove Help button (in menu now)
Remove Cancel button (File -> Exit and the Window 'X' button exist)
Diffstat (limited to 'Source/QtDialog/QCMake.h')
-rw-r--r-- | Source/QtDialog/QCMake.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/QtDialog/QCMake.h b/Source/QtDialog/QCMake.h index d28a917..0aeb8bc9 100644 --- a/Source/QtDialog/QCMake.h +++ b/Source/QtDialog/QCMake.h @@ -83,6 +83,10 @@ public slots: void setProperties(const QCMakeCachePropertyList&); /// interrupt the configure or generate process void interrupt(); + /// delete the cache in binary directory + void deleteCache(); + /// reload the cache in binary directory + void reloadCache(); public: /// get the list of cache properties |