Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: write cdf as json and settings as json #123

Merged
merged 4 commits into from
May 30, 2021

Conversation

alphagocc
Copy link
Member

@alphagocc alphagocc commented May 30, 2021

@alphagocc
Copy link
Member Author

怎么就msvc编译能过啊XD

@alphagocc
Copy link
Member Author

msvc的模板实例化,是与别处不同的

@alphagocc
Copy link
Member Author

果然与别处不同啊

for (int compilerIndex = 0; compilerIndex < _compilerList.size(); ++compilerIndex) {
QJsonObject compilerObject = _compilerList[compilerIndex].toObject();
for (int i = 0; i < _compilerList.size(); ++i) {
QJsonObject compilerObject = _compilerList[i].toObject();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

怎么突然变成i了

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

既然无论是i还是compilerIndex,表达的意思没有任何区别

那么就简单点好了

@CoelacanthusHex CoelacanthusHex merged commit 79ef477 into Project-LemonLime:master May 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants