diff options
author | Clinton Stimpson <clinton@elemtech.com> | 2008-02-14 23:18:10 (GMT) |
---|---|---|
committer | Clinton Stimpson <clinton@elemtech.com> | 2008-02-14 23:18:10 (GMT) |
commit | df3169273a3333efe8ecb45da51e4c53b5d27fe9 (patch) | |
tree | 7972ad42f50bf836d9a8e71ebc7f1f70b8250ee7 /Source/QtDialog/CMakeSetupDialog.h | |
parent | 1c0595c73fe1fa88b67691794eef8ee10edfc257 (diff) | |
download | CMake-df3169273a3333efe8ecb45da51e4c53b5d27fe9.zip CMake-df3169273a3333efe8ecb45da51e4c53b5d27fe9.tar.gz CMake-df3169273a3333efe8ecb45da51e4c53b5d27fe9.tar.bz2 |
ENH: Add shortcut to start search/filter.
A bit of cleanup.
Disable tab navigation in cache variable list.
Enable home/end keys.
BUG: Ensure currently edited values are saved before doing configure.
Diffstat (limited to 'Source/QtDialog/CMakeSetupDialog.h')
-rw-r--r-- | Source/QtDialog/CMakeSetupDialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/QtDialog/CMakeSetupDialog.h b/Source/QtDialog/CMakeSetupDialog.h index 652660a..b2dbce6 100644 --- a/Source/QtDialog/CMakeSetupDialog.h +++ b/Source/QtDialog/CMakeSetupDialog.h @@ -71,6 +71,7 @@ protected slots: void removeSelectedCacheEntries(); void selectionChanged(); void addCacheEntry(); + void startSearch(); protected: |