[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Fri Sep 22 06:16:13 UTC 2006
SVN commit 587277 by okellogg:
diagramSelected(): unused signal.
M +0 -1 umllistview.cpp
M +0 -7 umllistview.h
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/umllistview.cpp #587276:587277
@@ -210,7 +210,6 @@
// Switch to diagram on mouse release - not on mouse press
// because the user might intend a drag-to-note.
m_doc->changeCurrentView( item->getID() );
- emit diagramSelected( item->getID() );
UMLApp::app()->getDocWindow()->showDocumentation(m_doc->findView(item->getID()), false);
this->KListView::contentsMouseReleaseEvent(me);
}
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/umllistview.h #587276:587277
@@ -460,13 +460,6 @@
*/
void slotCutSuccessful();
-signals:
-
- /**
- * change the current view
- */
- void diagramSelected(Uml::IDType);
-
private:
/**
* Searches the tree for a diagram (view).
More information about the umbrello-devel
mailing list