MCPcopy Create free account
hub / github.com/Tencent/loli_profiler / LoadConfigFile

Method LoadConfigFile

src/configdialog.cpp:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void ConfigDialog::LoadConfigFile() {
37 ui->lineEditSDKFolder->setText(PathUtils::GetSDKPath());
38 ui->lineEditNDKFolder->setText(PathUtils::GetNDKPath());
39 ParseConfigFile();
40 ReadCurrentSettings();
41}
42
43void ConfigDialog::ReadCurrentSettings() {
44 ui->compilerComboBox->setCurrentText(currentSettings_.compiler_);

Callers 1

Calls 1

setTextMethod · 0.80

Tested by

no test coverage detected