[Uml-devel] kdesdk/umbrello/umbrello

Sebastian Stein seb.kde at hpfsc.de
Tue Oct 7 23:51:03 UTC 2003


CVS commit by sstein: 

remove compiler warning because of unused parameter


  M +1 -1      umllistview.cpp   1.65


--- kdesdk/umbrello/umbrello/umllistview.cpp  #1.64:1.65
@@ -879,5 +879,5 @@ bool UMLListView::acceptDrag(QDropEvent*
 }
 
-void UMLListView::slotDropped(QDropEvent* de, QListViewItem* parent, QListViewItem* item) {
+void UMLListView::slotDropped(QDropEvent* de, QListViewItem* /* parent */, QListViewItem* item) {
         if(!item) {
                 return;






More information about the umbrello-devel mailing list