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

List:       kde-commits
Subject:    kdevelop/lib/interfaces
From:       Roberto Raggi <roberto () kdevelop ! org>
Date:       2004-08-28 19:17:41
Message-ID: 20040828191741.BAFE92322 () office ! kde ! org
[Download RAW message or body]

CVS commit by raggi: 

this is SO WRONG!!!! 


  M +2 -4      kdevproject.cpp   1.10


--- kdevelop/lib/interfaces/kdevproject.cpp  #1.9:1.10
@@ -32,8 +32,6 @@ KDevProject::KDevProject( const QString&
     : KDevPlugin( pluginName, icon, parent, name)
 {
-//    connect( this, SIGNAL(addedFilesToProject(const QStringList& )), this, \
                SLOT(slotBuildFileMap()) ); // too expensive
-//    connect( this, SIGNAL(removedFilesFromProject(const QStringList& )), this, \
                SLOT(slotBuildFileMap()) ); // too expensive
-
-//    connect( this, SIGNAL(changedFilesInProject(const QStringList& )), this, \
SLOT(slotBuildFileMap()) ); // no reason for this one +    connect( this, \
SIGNAL(addedFilesToProject(const QStringList& )), this, SLOT(slotBuildFileMap()) ); + \
connect( this, SIGNAL(removedFilesFromProject(const QStringList& )), this, \
SLOT(slotBuildFileMap()) );  
     connect( this, SIGNAL(addedFilesToProject(const QStringList& )), this, \
SLOT(slotAddFilesToFileMap(const QStringList& )) ); 


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

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