[Cmake-commits] [cmake-commits] clinton committed QCMakeCacheView.cxx 1.39 1.40

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Mar 26 11:42:39 EDT 2009


Update of /cvsroot/CMake/CMake/Source/QtDialog
In directory public:/mounts/ram/cvs-serv21750

Modified Files:
	QCMakeCacheView.cxx 
Log Message:

BUG:  Don't return checkable flag for item when in the middle of configure/generate.



Index: QCMakeCacheView.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/QtDialog/QCMakeCacheView.cxx,v
retrieving revision 1.39
retrieving revision 1.40
diff -C 2 -d -r1.39 -r1.40
*** QCMakeCacheView.cxx	12 Mar 2009 15:19:27 -0000	1.39
--- QCMakeCacheView.cxx	26 Mar 2009 15:42:37 -0000	1.40
***************
*** 524,527 ****
--- 524,528 ----
      {
      f &= ~Qt::ItemIsEditable;
+     return f;
      }
    if(QCMakeProperty::BOOL == this->data(idx, TypeRole).toInt())



More information about the Cmake-commits mailing list