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

List:       kde-bugs-dist
Subject:    [Bug 97931] Adding existing files in qmake project -> file gets
From:       Jens Dagerbo <jens.dagerbo () swipnet ! se>
Date:       2005-01-26 18:33:57
Message-ID: 20050126183357.17650.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
         
http://bugs.kde.org/show_bug.cgi?id=97931         
jens.dagerbo swipnet se changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From jens.dagerbo swipnet se  2005-01-26 19:33 -------
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