diff options
author | Clinton Stimpson <clinton@elemtech.com> | 2008-02-13 18:58:35 (GMT) |
---|---|---|
committer | Clinton Stimpson <clinton@elemtech.com> | 2008-02-13 18:58:35 (GMT) |
commit | c327b569f07e1fb0f1421e9e72bb1f61a3547414 (patch) | |
tree | 6adb4f28d38f0b17c4635df0042a942ae14759e8 /Source/QtDialog/CMakeSetupDialog.cxx | |
parent | 54a39b58d59f6ec537860ee3649c319d4c04c5e5 (diff) | |
download | CMake-c327b569f07e1fb0f1421e9e72bb1f61a3547414.zip CMake-c327b569f07e1fb0f1421e9e72bb1f61a3547414.tar.gz CMake-c327b569f07e1fb0f1421e9e72bb1f61a3547414.tar.bz2 |
ENH: Remove CurrentChanged from the table view's edit triggers.
It results in editor issues when modifying the view.
Remove workarounds for some of those issues.
Diffstat (limited to 'Source/QtDialog/CMakeSetupDialog.cxx')
-rw-r--r-- | Source/QtDialog/CMakeSetupDialog.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/QtDialog/CMakeSetupDialog.cxx b/Source/QtDialog/CMakeSetupDialog.cxx index e646feb..bd696c8 100644 --- a/Source/QtDialog/CMakeSetupDialog.cxx +++ b/Source/QtDialog/CMakeSetupDialog.cxx @@ -695,7 +695,6 @@ void CMakeSetupDialog::removeSelectedCacheEntries() { pidxs.append(i); } - this->CacheValues->selectionModel()->clear(); foreach(QPersistentModelIndex pi, pidxs) { this->CacheValues->model()->removeRow(pi.row()); |