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

Gaël de Chalendar kleag at free.fr
Thu Jun 29 21:23:27 UTC 2006


SVN commit 556306 by kleag:

Removed remaining traces from doc generators

 M  +0 -3      main.cpp  
 M  +0 -7      uml.cpp  
 M  +0 -13     uml.h  


--- branches/KDE/3.5/kdesdk/umbrello/umbrello/main.cpp #556305:556306
@@ -32,9 +32,6 @@
     I18N_NOOP("Umbrello UML Modeller");
 // INSERT A DESCRIPTION FOR YOUR APPLICATION HERE
 
-/**
- * @todo Add options to use the documentation generators from command line.
- */
 static KCmdLineOptions options[] =
     {
         { "+[File]", I18N_NOOP("File to open"), 0 },
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/uml.cpp #556305:556306
@@ -90,7 +90,6 @@
     m_codegen = 0;
     m_policyext = 0;
     m_commoncodegenpolicy = 0;
-    m_xhtmlGenerator = 0;
     m_activeLanguage = Uml::pl_Reserved;
     ///////////////////////////////////////////////////////////////////
     // call inits to invoke all other construction parts
@@ -1641,12 +1640,6 @@
 #endif
 }
 
-void UMLApp::slotXhtmlDocGenerationFinished()
-{
-  delete m_xhtmlGenerator;
-  m_xhtmlGenerator = 0;
-}
-
 KTabWidget* UMLApp::tabWidget() {
     return m_tabWidget;
 }
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/uml.h #556305:556306
@@ -42,7 +42,6 @@
 class UMLViewImageExporterAll;
 class RefactoringAssistant;
 class KPlayerPopupSliderAction;
-class XhtmlGenerator;
 
 // KDE forward declarations
 class KActionMenu;
@@ -790,12 +789,6 @@
 
     KConfig *getConfig() { return m_config; }
 
-    /**
-     * This slot deletes the current XHTML documentation generator as soon as
-     * this one signals that it has finished.
-     */
-    void slotXhtmlDocGenerationFinished();
-    
 private:
     static UMLApp* s_instance;
 
@@ -1003,12 +996,6 @@
      */
     UMLViewImageExporterAll* m_imageExporterAll;
 
-    /**
-     * The running XHTML documentation generator. null when no generation is
-     * running
-     */
-    XhtmlGenerator* m_xhtmlGenerator;
-
   public:
     Settings::OptionState getOptionState() {
         return m_optionState;




More information about the umbrello-devel mailing list