Skip to content

Commit

Permalink
wizard remove goroot
Browse files Browse the repository at this point in the history
  • Loading branch information
visualfc committed Mar 2, 2017
1 parent 63e4f0f commit ddda3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liteidex/src/liteapp/filemanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ void FileManager::execFileWizard(const QString &projPath, const QString &filePat
m_newFileDialog->loadTemplate(m_liteApp->resourcePath()+"/liteapp/template");
}
QStringList pathList = LiteApi::getGOPATH(m_liteApp,false);
pathList.append(LiteApi::getGOROOT(m_liteApp));
//pathList.append(LiteApi::getGOROOT(m_liteApp));
pathList.removeDuplicates();
m_newFileDialog->setPathList(pathList);
if (!gopath.isEmpty()) {
Expand Down

0 comments on commit ddda3ac

Please sign in to comment.