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

List:       kde-commits
Subject:    kdevelop/parts/autoproject
From:       Roberto Raggi <roberto () kdevelop ! org>
Date:       2003-04-10 9:48:20
[Download RAW message or body]

CVS commit by raggi: 

now it's possible to add files in the toplevel project 
directory too


  M +4 -4      autoprojectwidget.cpp   1.71


--- kdevelop/parts/autoproject/autoprojectwidget.cpp  #1.70:1.71
@@ -264,6 +264,6 @@ QStringList AutoProjectWidget::allSubpro
         {
                 // Skip root subproject
-                if ( it.current() == m_subprojectView->firstChild() )
-                        continue;
+                // if ( it.current() == m_subprojectView->firstChild() )
+                //      continue;
                 QString path = static_cast<SubprojectItem*>( it.current() ) ->path;
                 res.append( path.mid( prefixlen ) );
@@ -282,6 +282,6 @@ QPtrList <SubprojectItem> AutoProjectWid
         {
                 // Skip root subproject
-                if ( it.current() == m_subprojectView->firstChild() )
-                        continue;
+                // if ( it.current() == m_subprojectView->firstChild() )
+                //      continue;
 
                 SubprojectItem* spitem = static_cast <SubprojectItem*> ( it.current() );


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

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