organize includes

This commit is contained in:
Kevin Yue
2021-09-19 09:37:21 +08:00
parent 0ca0dbe7ad
commit 71d4693f03
32 changed files with 120 additions and 97 deletions

15
.vscode/settings.json vendored
View File

@@ -5,6 +5,19 @@
"qregularexpressionmatch": "cpp",
"qdatetime": "cpp",
"qprocess": "cpp",
"qobject": "cpp"
"qobject": "cpp",
"qstandardpaths": "cpp",
"qmainwindow": "cpp",
"qsystemtrayicon": "cpp",
"qpushbutton": "cpp",
"qmenu": "cpp",
"qjsondocument": "cpp",
"qnetworkaccessmanager": "cpp",
"qwebengineview": "cpp",
"qprocessenvironment": "cpp",
"qnetworkreply": "cpp",
"qicon": "cpp",
"qsslsocket": "cpp",
"qapplication": "cpp"
}
}