[Uml-devel] KDE/kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Mon Oct 9 20:26:01 UTC 2006
SVN commit 594014 by okellogg:
last remaining TRUE/FALSE usages admonished by EBN
M +2 -2 umllistview.cpp
--- trunk/KDE/kdesdk/umbrello/umbrello/umllistview.cpp #594013:594014
@@ -1487,7 +1487,7 @@
}
int UMLListView::getSelectedItems(UMLListViewItemList &ItemList) {
- ItemList.setAutoDelete( FALSE );
+ ItemList.setAutoDelete( false );
Q3ListViewItemIterator it(this);
// iterate through all items of the list view
for ( ; it.current(); ++it ) {
@@ -1502,7 +1502,7 @@
}
int UMLListView::getSelectedItemsRoot(UMLListViewItemList &ItemList) {
- ItemList.setAutoDelete( FALSE );
+ ItemList.setAutoDelete( false );
Q3ListViewItemIterator it(this);
// iterate through all items of the list view
More information about the umbrello-devel
mailing list