[Uml-devel] KDE/kdesdk/umbrello/umbrello (silent)

Andi Fischer andi.fischer at hispeed.ch
Sun Aug 31 10:07:14 UTC 2008


SVN commit 855207 by fischer:

SVN_SILENT: fix for compiler warning.

 M  +3 -1      uml.cpp  


--- trunk/KDE/kdesdk/umbrello/umbrello/uml.cpp #855206:855207
@@ -210,10 +210,12 @@
     editCut = KStandardAction::cut(this, SLOT(slotEditCut()), actionCollection());
     editCopy = KStandardAction::copy(this, SLOT(slotEditCopy()), actionCollection());
     editPaste = KStandardAction::paste(this, SLOT(slotEditPaste()), actionCollection());
+
     createStandardStatusBarAction();
     setStandardToolBarMenuEnabled(true);
-    QAction* selectAll = KStandardAction::selectAll(this,  SLOT( slotSelectAll() ), actionCollection());
 
+    /* QAction* selectAll = */ KStandardAction::selectAll(this,  SLOT( slotSelectAll() ), actionCollection());
+
     QAction* fileExportDocbook = actionCollection()->addAction("file_export_docbook");
     fileExportDocbook->setText(i18n("&Export model to DocBook"));
     connect(fileExportDocbook, SIGNAL( triggered( bool ) ), this, SLOT( slotFileExportDocbook() ));




More information about the umbrello-devel mailing list