diff options
author | Clinton Stimpson <clinton@elemtech.com> | 2007-11-10 16:36:09 (GMT) |
---|---|---|
committer | Clinton Stimpson <clinton@elemtech.com> | 2007-11-10 16:36:09 (GMT) |
commit | 5a539b731bbc5ee4afb01a34976988a394ee42b4 (patch) | |
tree | 9071c0f8d9075a8dfd4f4cc1370d79da2cf0b086 /Source/QtDialog/QCMakeCacheView.h | |
parent | 34c882a9f8b45350ba8d56d79a94e1602694ef8f (diff) | |
download | CMake-5a539b731bbc5ee4afb01a34976988a394ee42b4.zip CMake-5a539b731bbc5ee4afb01a34976988a394ee42b4.tar.gz CMake-5a539b731bbc5ee4afb01a34976988a394ee42b4.tar.bz2 |
ENH: Re-arrange UI a bit.
BUG: Properly update when values that changed since the last configure.
Diffstat (limited to 'Source/QtDialog/QCMakeCacheView.h')
-rw-r--r-- | Source/QtDialog/QCMakeCacheView.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/QtDialog/QCMakeCacheView.h b/Source/QtDialog/QCMakeCacheView.h index 15c06d4..a6ddbf2 100644 --- a/Source/QtDialog/QCMakeCacheView.h +++ b/Source/QtDialog/QCMakeCacheView.h @@ -45,7 +45,6 @@ public slots: void setSearchFilter(const QString&); protected: - void contextMenuEvent(QContextMenuEvent* e); QModelIndex moveCursor(CursorAction, Qt::KeyboardModifiers); void showEvent(QShowEvent* e); bool Init; |