[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdevelop/parts/appwizard
From:       Mario Scalas <mario.scalas () libero ! it>
Date:       2003-07-15 15:55:53
[Download RAW message or body]

CVS commit by marios: 

Changed tabs --> spaces and removed some now no more necessary debug output. 


  M +19 -23    appwizarddlg.cpp   1.50
  M +7 -6      appwizarddlg.h   1.14


--- kdevelop/parts/appwizard/appwizarddlg.cpp  #1.49:1.50
@@ -203,11 +203,8 @@ void AppWizardDialog::loadVcs()
         QStringList availableVcs = m_part->registeredVersionControls();
 
-        kdDebug( 9000 ) << "  ** Starting examining services ..." << endl;
-
         for(QStringList::const_iterator it( availableVcs.begin() ); it != availableVcs.end(); ++it)
         {
                 KDevVersionControl *vcs = m_part->versionControlByName( (*it) );
                 QString vcsName = vcs->uid();
-                kdDebug( 9000 ) << "  =====> Found VCS: " << vcsName << endl;
 
                 QWidget *newProjectWidget = vcs->newProjectWidget( m_vcsForm->stack );
@@ -222,5 +219,4 @@ void AppWizardDialog::loadVcs()
         }
 
-        kdDebug( 9000 ) << "  ** Done examining services ..." << endl;
         addPage( m_vcsForm, i18n("Version Control System") );
 }

--- kdevelop/parts/appwizard/appwizarddlg.h  #1.13:1.14
@@ -91,5 +91,6 @@ private:
     QPtrList<ApplicationInfo> m_appsInfo;
     QValueList<AppWizardFileTemplate> m_fileTemplates;
-    QDict<QListViewItem> m_categoryMap; //store the category name and the pointer in the treeview
+    // Store the category name and the pointer in the treeview
+    QDict<QListViewItem> m_categoryMap;
         // A list of currently available version control systems
         QDict<KDevVersionControl> m_availVcs;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic