[Uml-devel] KDE/kdesdk/umbrello/umbrello

Ralf Habacker ralf.habacker at freenet.de
Mon Sep 10 07:21:24 UTC 2007


Oliver Kellogg schrieb:
> SVN commit 710470 by okellogg:
>
> Handle all enum values in menu selection switch.
>   

> @@ -126,6 +127,10 @@
>      case ListPopupMenu::mt_Properties:
>          slotDoubleClick(m_pContentLB->item(m_pContentLB->currentItem()));
>          break;
> +
> +    default:
> +        kDebug() << "PkgContentsPage::slotPopupMenuSel: Menu_Type "
> +            << id << " not implemented" << endl;
>   
just a hint: Isn't there a kDebug area for umbrello which could be used 
here instead of using the default area 0 ?  This would makes it able to 
enable/disable complety umbrello related messages.


Ralf




More information about the umbrello-devel mailing list