[cmake-commits] clinton committed AddCacheEntry.cxx 1.2 1.3
cmake-commits at cmake.org
cmake-commits at cmake.org
Fri Nov 16 21:18:50 EST 2007
Update of /cvsroot/CMake/CMake/Source/QtDialog
In directory public:/mounts/ram/cvs-serv1771
Modified Files:
AddCacheEntry.cxx
Log Message:
ENH: Remove debug printf
Index: AddCacheEntry.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/QtDialog/AddCacheEntry.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- AddCacheEntry.cxx 13 Nov 2007 04:59:25 -0000 1.2
+++ AddCacheEntry.cxx 17 Nov 2007 02:18:48 -0000 1.3
@@ -65,7 +65,6 @@
{
return static_cast<QCheckBox*>(w)->isChecked();
}
- printf("didn't get anything %s\n", w->metaObject()->className());
return QVariant();
}
More information about the Cmake-commits
mailing list