Home
last modified time | relevance | path

Searched refs:myOldPartsBinFile (Results 1 – 1 of 1) sorted by relevance

/dports/cad/fritzing/fritzing-app-0.9.2b/src/mainwindow/
H A Dmainwindow_menu.cpp3221 QFile myOldPartsBinFile(prevInstallPath+myPartsBinRelPath); in importFilesFromPrevInstall() local
3222 if(myOldPartsBinFile.exists()) { in importFilesFromPrevInstall()
3225 …FolderUtils::slamCopy(myOldPartsBinFile, userDataPath+myPartsBinRelPath.replace(".fzb",newNamePost… in importFilesFromPrevInstall()