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

List:       kde-commits
Subject:    branches/kdevelop/3.4/buildtools/qmake
From:       Andreas Pakulat <apaku () gmx ! de>
Date:       2006-08-24 20:51:09
Message-ID: 1156452669.454719.24815.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 576806 by apaku:

Clear the listviews when updating the subproject


 M  +6 -0      projectconfigurationdlg.cpp  


--- branches/kdevelop/3.4/buildtools/qmake/projectconfigurationdlg.cpp #576805:576806
@@ -682,6 +682,8 @@
 
   insidelib_listview->setSorting(-1,false);
   outsidelib_listview->setSorting(-1,false);
+  insidelib_listview->clear();
+  outsidelib_listview->clear();
 
   //update librarys
   //temp strlist
@@ -757,6 +759,8 @@
 
   intDeps_view->setSorting(-1,false);
   extDeps_view->setSorting(-1,false);
+  intDeps_view->clear();
+  extDeps_view->clear();
 
   QStringList depsList=myProjectItem->configuration.m_prjdeps;
 
@@ -846,6 +850,7 @@
 
     incaddTab->setEnabled(false);
     buildorder_listview->setSorting(-1,false);
+    buildorder_listview->clear();
     QStringList buildList=myProjectItem->subdirs;
     QStringList::Iterator it1=buildList.begin();
     for(;it1!=buildList.end();++it1){
@@ -883,6 +888,7 @@
 
   QPtrList <qProjectItem> itemList=getAllProjects();
   outsidelibdir_listview->setSorting(-1,false);
+  outsidelibdir_listview->clear();
 
   qProjectItem *item=itemList.first();
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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