improve the version check

This commit is contained in:
Kevin Yue
2021-09-18 22:15:39 +08:00
parent f65178eb19
commit 5dceeffc25
2 changed files with 12 additions and 2 deletions

10
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"files.associations": {
"qregularexpression": "cpp",
"qfileinfo": "cpp",
"qregularexpressionmatch": "cpp",
"qdatetime": "cpp",
"qprocess": "cpp",
"qobject": "cpp"
}
}