diff options
author | Clinton Stimpson <clinton@elemtech.com> | 2009-09-04 20:43:07 (GMT) |
---|---|---|
committer | Clinton Stimpson <clinton@elemtech.com> | 2009-09-04 20:43:07 (GMT) |
commit | 0b49e4ad1e0531755349b3ddb172305787f3f614 (patch) | |
tree | be920b067d386c08daf86bd92f87d0d75ed299d1 /Source/QtDialog/CMakeSetupDialog.h | |
parent | 68b833208886bc07223db96b7377ee71939b7bc6 (diff) | |
download | CMake-0b49e4ad1e0531755349b3ddb172305787f3f614.zip CMake-0b49e4ad1e0531755349b3ddb172305787f3f614.tar.gz CMake-0b49e4ad1e0531755349b3ddb172305787f3f614.tar.bz2 |
fix focus fighting between search field and cache value editors
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 e758056..911af0f 100644 --- a/Source/QtDialog/CMakeSetupDialog.h +++ b/Source/QtDialog/CMakeSetupDialog.h @@ -77,6 +77,7 @@ protected slots: void setDebugOutput(bool); void setViewType(int); void showUserChanges(); + void setSearchFilter(const QString& str); protected: |