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

List:       kde-commits
Subject:    kdevelop/buildtools/qmake
From:       Jens Dagerbo <jens.dagerbo () swipnet ! se>
Date:       2005-01-26 18:33:52
Message-ID: 20050126183352.8D1F61CF4D () office ! kde ! org
[Download RAW message or body]

CVS commit by dagerbo: 

Don't copy with overwrite == true, bad things can happen... 

BUG: 97931


  M +1 -1      trollprojectwidget.cpp   1.167


--- kdevelop/buildtools/qmake/trollprojectwidget.cpp  #1.166:1.167
@@ -2232,5 +2232,5 @@ void TrollProjectWidget::slotDetailsCont
                 // Copy selected files to current subproject folder
                 QString filename = KURL(files[i]).fileName();
-                KIO::NetAccess::file_copy(files[i], cleanSubprojectPath + "/" + \
filename, -1, true, false, this); +                \
KIO::NetAccess::file_copy(files[i], cleanSubprojectPath + "/" + filename, -1, false, \
false, this);  // and add them to the filelist
                 addFileToCurrentSubProject(titem, filename);


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

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